.bsPhotoGallery_purple0001_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;
}

img.bsPhotoGallery_purple0001_img-responsive3{
    max-height:100%;
    max-width:100%;
}

.a_bsPhotoGallery_purple0001_pic img{
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;	
}

.a_bsPhotoGallery_purple0001_pic:hover img{
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;	
	FILTER:alpha(opacity=80); 
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity:0.8;
}

.bsPhotoGallery_purple0001_overflow {
  position:relative;
  overflow:hidden;  
  width:100%;
}

.bsPhotoGallery_purple0001_overlay {
  position:absolute; 
  bottom:0; 
  background:rgba(87,45,91,0.9); /* Black see-through */
  color:#FFFFFF; 
  width:100%;
  opacity:1;
  color:#FFFFFF;
  font-weight:normal;
  font-size:18px;
  padding:15px !important;  
  line-height:1.38;
  text-align:left;
  FONT-FAMILY:'Open Sans', sans-serif, Arial;
}