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

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

#dHero{
	
	overflow: none;
	width: 920px;
	height: 262px;
	margin-bottom: 8px;
	
}

#dHero a{
	
	border: none;
	cursor: normal;
	
}

#dHero img{
	
	border: none;
	
}

#dHero .galleryContent{
	
	&left: 6px;
	overflow: hidden;
	width: 920px;
	height: 262px;

	position: absolute;
	
}

#dHero .galleryContent .galleryBit{
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	overflow: hidden;
	width: 920px;
	height: 262px;
	
	border: none;
	margin: 0;
	padding: 0;
	
}

#dHero .galleryContent .galleryBit img{

	width: 920px;
	
}