﻿div.dataContainer
{
    position: absolute;
}
.dir_req
{
    cursor: pointer;
    float: right;
    height: 1px;
    position: absolute;
    right: 175px;
    top: 197px;
}

.dir_req a
{
    background: url(../images/request_btn.png) no-repeat;
    width: 160px;
    height: 21px;
    text-decoration: none;
    color: #000;
    position: absolute;
    bottom: -5px;
    cursor: pointer;
}

.dir_req a#img_0
{
    display: block;
}

.dir_req a:hover
{
    background: url(../images/request_btn_hover.png) no-repeat;
    width: 160px;
    height: 21px;
    text-decoration: none;
    float: left;
}
@media (max-width: 1024px)
{
    .dir_req
    {
        right: 180px !important;
        top: 180px !important;
    }
    .gallery_image
    {
        background-size: 105% auto !important;
    }
}
@media (max-width: 768px)
{
    .dir_req
    {
        right: 166px !important;
        top: 126px !important;
    }
}
