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

div[id^='albumGallery_'] .gallery {
	position:relative;
	/*width:293px;
	float:left;
	margin-right:10px !important;*/
	margin-bottom:10px !important;
        height: 250px;
        width: auto;
	text-align:center;
	padding:2px;
	border: 1px solid #dfdfdf;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
        
        cursor: pointer;
}

div[id^='albumGallery_'] .gallery .galleryImg {
	width: 100%;
        height: 100%;
        border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
        overflow: hidden;        
        background-size: cover;
        background-position: center;
}
div[id^='albumGallery_'] .gallery .galleryCaption {
	position:absolute;
	left:2px;
	right:2px;
	bottom:2px;
	height:80px;
	color:#ffffff;
	overflow: hidden;
	text-align: left;
	line-height:1.2em;
	-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^='albumGallery_'] .gallery .galleryCaption .galleryCountOverlay {
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:65px;
	opacity:0.6;
}
div[id^='albumGallery_'] .gallery .galleryCaption .galleryCount {
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:65px;
	color:#ffffff;
	padding-top:20px;
	font-weight:bold;
	text-align:center;
	/*font-size: 80%;*/
	font-size: 11px;
}
div[id^='albumGallery_'] .gallery .galleryCaption .galleryInfo {
	position:absolute;
	left:65px;
	top:0px;
	bottom:0px;
	right:0px;
	padding:10px;
}

div[id^='albumGallery_'] .gallery .galleryCaption .galleryName {
	font-weight:bold;
	font-size: 14px;
}
div[id^='albumGallery_'] .gallery .galleryCaption .galleryTime {
	font-style:italic;
	font-size: 11px;
}

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