div[id^='photoGallery'] a.pagination {
	color: #666666 !important;
	width:100%;
	margin-bottom:0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

.photo-gallery .photo {
	position:relative;
	height: 250px;
        width: auto;
	margin-bottom: 10px;
	text-align:center;
	padding: 2px;
	border: 1px solid #dfdfdf;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
        cursor: pointer;
}

.photo-gallery .photo.galleryAd { height: 258px; }

.photo-gallery .photo .galleryImg {
	display: block;
        width: 100%;
        height: 100%;
	overflow: hidden;        
        background-size: cover;
        background-position: center;
        border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}
.photo .galleryCaption {
	position:absolute;
	left:2px;
	right:2px;
	bottom:2px;
	height:30%;
	color:#ffffff;
	padding:10px;
	overflow: hidden;
	text-align:left;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000)";
}

div[id^='photoGallery'] iframe{
	/*float:left;
	margin-right:10px;*/
	max-width:295px !important;
}