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

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

#dHero{
	
	overflow: none;
	width: 700px;
	height: 206px;
	
}

#dHero .galleryContent{
	
	overflow: hidden;
	width: 700px;
	height: 206px;

	position: absolute;
	
}

#dHero .galleryContent .galleryBit{
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	overflow: hidden;
	width: 700px;
	height: 206px;
	
}

#dHero .galleryContent .galleryBit img{

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