/********************************/
/* Gallery Scroller Module		*/
/* For Quetools					*/
/* By Decomplexity				*/
/********************************/

/********************************/
/* Container Properties			*/

#dHeroContainer{
	
	overflow: none;
	width: 800px;
	height: 300px;
	
}

.galleryContent{
	
	overflow: hidden;
	width: 800px;
	height: 300px;

	position: absolute;
	
}

.galleryContent .galleryBit{
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	overflow: hidden;
	width: 800px;
	height: 300px;
	
}

.galleryContent .galleryBit img{

	width: 800px;
	margin-top: -25%;
	
}

#dHeroImageText{
	
	position: absolute;
		top: 32px;
		left: 852px;
	margin-left: -846px;
	
	width: 800px;
	height: 80px;
	padding-top: 220px;

	z-index: 2;
	
	background: url("/images/heroimage_overlay.png") bottom right no-repeat;
	
}
