.rsQuickGallery_description_container {
	position: 		absolute;
	height: 		60px;
	width: 			100%;
	background-color: 	#000000;
	opacity: 		0.4;
}
.rsQuickGallery_description_title {
	position: 		absolute;
	top:			10px;
	font-weight: 		bold;
	font-size: 		18px;
	color: 			#ffffff;
}
.rsQuickGallery_description_subtitle {
	position: 		absolute;
	top:			30px;
	font-weight: 		normal;
	font-size: 		11px;
	color: 			#ffffff;
}


.rsQuickGallery_click {
	position:		absolute;
	top:			0px;
	left:			0px;
	width:			100%;
	height:			100%;
	background:		transparent url(click.png) no-repeat center center;
}

.rsQuickGallery_counter {
	position:		absolute;
	color:			#ffffff;
	font-size:		9px;
}

.rsQuickGallery_zoom {
	position:		absolute;
	width:			16px;
	height:			16px;
	background:		transparent url(zoom.png) no-repeat center center;
	cursor:			pointer;
}
