.bsPhotoGallery0006_pic{
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	padding:0px 0px 0px 0px;
	border-radius:0px;
text-align: center;
}

img.bsPhotoGallery0006_img-responsive3{
    max-height:100%;
    max-width:100%;
text-align: center;
}

.a_bsPhotoGallery0006_pic img{
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;	
text-align: center;
}

.a_bsPhotoGallery0006_pic:hover img{
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	FILTER:alpha(opacity=20); 
	opacity:0.2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-moz-opacity:0.2;   	
}

.bsPhotoGallery0006_overflow {
position:relative;
overflow:hidden;  
width:100%;
background-color:#725686;
text-align: center;
}

.bsPhotoGallery0006_overlay {
position:absolute;
top:50%;
left:0;
width:100%;
transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
text-align:center;
color:#FFFFFF;
font-weight:bold;
font-size:20px;
line-height:1.38;
FONT-FAMILY:'Open Sans', sans-serif, Arial;
opacity:0;  
transition:.5s ease;
display:flex;align-items:center;
justify-content:center;
padding:10px;
}

.a_bsPhotoGallery0006_pic:hover .bsPhotoGallery0006_overlay{
	color:#FFFFFF;
}


.bsPhotoGallery0006_overflow:hover .bsPhotoGallery0006_overlay{
 opacity:1;
}
