.box_gall_scroll{
background: url('../images/bg_scroll.jpg') 50% 0px no-repeat;
margin-bottom: -1px !important;
position: relative;
background-size: 100% auto;
}

.box_mod_gallery{
background-color: #fbfbfb;
border-top: 1px solid #d8d8d8;
padding: 30px 0px 0px 0px; 
}



.gallImg{
margin: 0px 0px 0px 0px;
position: relative;
max-width: 100%;
}
.galleryImage{
overflow: hidden;
margin: 0px auto;
position: relative;
max-width: 100%;
}

.galleryImage ul{
list-style: none;
position: absolute;
}

.galleryImage ul li{
float: left;
position: relative;
}
.galleryImage ul li.sel{

}	

.galleryImage ul li a{
display: block;
border: 5px solid #FFFFFF;
overflow: hidden;
box-shadow:0px 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.galleryImage ul li a span.titleIm{
display: block;
padding: 20px 0px;
text-align: center;
font-size: 14px;
font-weight: normal;
color: #3b3b3b;
background-color: #FFFFFF;
font-family: verdana;
}	

.galleryImage ul li a:hover span.titleIm{

}

.galleryImage ul li a span.tloImg {
    /*background: url("../images/more_img.png") no-repeat scroll 50% 50% rgba(223, 173, 0, 0.9);*/
    background-color:rgba(227, 173, 77, 0.55);
    bottom: 0px;
    /*display: none;*/
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
opacity:0;
   -webkit-animation-name: fadeOut;
  animation-name: fadeOut;	
}

.galleryImage ul li a:hover span.tloImg {
 -webkit-animation-name: fadeIn;
  animation-name: fadeIn;	
  display: block;
}	



.galleryImage ul li img{
vertical-align: top;
background-color: #FFFFFF;
}
.galleryImage ul li span.sel{
background-color: rgba(0,0,0,0.7);
display: block;
width: 100%;
height: 100%;
position: absolute;
top:0px;
left: 0px;
}
.gallImg .arrowLeft{
width: 52px;
height:53px;
background:url('../images/img_gal_s.png') 0px 0px no-repeat;
cursor: pointer;
position: absolute;
z-index: 1;
left: 10px;
top:50%;
margin-top: -26px;
}

.gallImg .arrowRight{
width: 52px;
height:53px;
float: left;
background:url('../images/img_gal_s.png') -52px 0px no-repeat;
cursor: pointer;
position: absolute;
z-index: 1;
right: 10px;
top:50%;
margin-top: -26px;
}
.gallImg .sl{
background:url('../images/img_gal_s.png') 0px -53px no-repeat;	
}

.gallImg .sr{
background:url('../images/img_gal_s.png') -52px -53px no-repeat;	
}	
.titleModGallery{
font-size: 34px;
color: #f3f3f3;
position: relative;
overflow: hidden;
margin: 0px 0px 45px 0px;
text-align: center;
}
.titleModGallery a{
font-family: verdana;
font-size: 20px;
color: #5a5a5a;
}

.modGallery{
position: relative;
padding: 45px 0px 0px 0px;
}
.navTlo{
position: absolute;
width: 87px;
height: 32px;
right: 0px;
top:0px;
background-color: #FFFFFF;
z-index: 1;
}