div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	/*width:400px;*/
	height:300px;
	overflow:hidden;
	float:left;
	}
div.scroller div.content {
	width: 10000px;
	}

/* horizontal track */
#track2 {}

/* horizontal track handle */
#handle2 {
	width: 115px;
	height: 15px;
	background-image: url('/skin/frontend/elle/elle/images/home_presentation_scrollbar.gif');
	cursor: move;
}

#handle2 a#scroll-left,
#handle2 a#scroll-right {
	float:left;
	display:block;
	width:15px;
	height:15px;
	font-size:10px;
}
#handle2 a#scroll-right {
	float:right;
}