#ov_lay {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background:#000 url(../img/loader.gif) no-repeat scroll center center;
    opacity:0.9;
}

#lig {
    position: fixed;
    z-index: 999;
    border: 5px solid #fff;
    border-bottom: none;
    background: #fff;
    top:200px !important;
}

#lig a {
    text-decoration: none;
}

#descp {
    background-color: #fff;
    line-height: 32px;
    color: #222;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#navigation {
    float: right;
}

.previousBtn, .nextBtn {
    width: 20px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 5px;
    text-decoration: none;
}
.previousBtn:hover, .nextBtn:hover {
    text-decoration: none;
}
.previousBtn {
    margin-right: 10px;
    background:transparent url(../img/left_arrow.png) no-repeat;
}
.nextBtn {
    background:transparent url(../img/right_arrow.png) no-repeat;
}
.argonbox
{
    float:left;
    width:250px;
    height:200px;
    border: 2px solid #cc;
    padding:10px;
    margin:10px;
    border-radius: 10px;
   box-shadow: 5px 5px 5px 5px;
   -webkit-box-shadow: 5px 5px 5px 5px;
   -moz-box-shadow: 5px 5px 5px 5px;
   -o-box-shadow: 5px 5px 5px 5px;
}
.img_size
{
    width:250px;
    height:175px;
}
.img_gallery
{
    line-height: 24px;
    color: #2d2c32;
    font-weight: 900;
    font-size:18px;
    letter-spacing: 1.5px;
   border-bottom:2px solid #890500;
}
.img_gallery1
{
    margin:20px;
}
