div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 960px; 
	height: 346px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:960px;
		height:346px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}


#rentalCarousel .scroller, #partsCarousel .scroller {
	height: 344px;
	width: 744px;
}

#specialsCarousel .scroller {
	height:317px;
	width:744px;
}

#specialsCarousel .scroller div.section {
	height:317px;
	width:744px;
	overflow: hidden;
	float: left;
}

#rentalCarousel .scroller div.section, #partsCarousel .scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		height: 344px;
		width: 744px;
		overflow:hidden;
		float:left;
}