.box_scrollGall{
max-width: 100%;
}


.box_mod_gallery{
background-color: #fbfbfb;
border-top: 1px solid #d8d8d8;
padding: 30px 0px 0px 0px; 
}



.gallImg{
padding: 30px 0px 0px 0px;
position: relative;
max-width: 100%;
}
.galleryImage{
overflow: hidden;
margin: 0px auto;
position: relative;
max-width: 100%;
padding: 10px 0px 10px 0px;
}

.galleryImage ul{
list-style: none;
position: absolute;
}

.galleryImage ul li{
float: left;
position: relative;
}
.galleryImage ul li.sel{

}	

.galleryImage ul li a{
display: block;
overflow: hidden;
box-shadow:0px 0px 3px 1px rgba(0,0,0,0.37);
padding: 0px 0px 0px 0px;
}

.galleryImage ul li a span.titleIm{
display: block;
padding: 21px 5px;
text-align: center;
color: #6a7074;
font-size: 13px;
text-transform: uppercase;
background-color: #FFFFFF;
box-sizing: border-box;
}	

.galleryImage ul li a:hover span.titleIm{
color:#FFFFFF;	
transition: color 0.5s ease-out 0s;
background-color: #6a7074;
}

.galleryImage ul li img{
vertical-align: top;
}
.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;
}





.modGallery{
position: relative;
}
.navTlo{
position: absolute;
width: 87px;
height: 32px;
right: 0px;
top:0px;
background-color: #FFFFFF;
z-index: 1;
}

.titleModGallery{
height: 50px;
text-align: center;
font-size: 24px;
color: #bd9e38;
margin: 0px 0px 30px 0px;
line-height: 50px;
position: relative;
overflow: hidden;
}

.arrowAll{

}
.arrowAll span.spArrow {
    
}


.gallImg .arrowLeft{
width: 23px;
height: 34px;
overflow: hidden;
cursor: pointer;
display: inline-block;
background: url('../images/gallery_mod.png') 0px 0px no-repeat;
position: absolute;
left: -60px;
top:50%;
}

.gallImg .arrowRight{
width: 23px;
height: 34px;
overflow: hidden;
cursor: pointer;
display: inline-block;
background: url('../images/gallery_mod.png') -33px 0px no-repeat;
position: absolute;
right: -60px;
top:50%;
}


.gallImg .sl{
overflow: hidden;
background-position: -66px 0px;
}

.gallImg .sr{
overflow: hidden;
background-position: -99px 0px;

}
.galleryImage ul li a:hover{

}

.galleryImage ul li a:hover:before {
    box-shadow: 0 0 0 1px rgba(255, 255, 255,1) inset;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}