div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 460px; height: 300px; overflow: hidden; margin: 0; padding: 0; border:solid 1px #cccccc; }
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:460px; height:300px; overflow:hidden; float:left; margin: 0; padding:10px; }
	div.scroller div.content { width: 10000px; margin: 0; padding: 0; }
div#my-slider { width: 462px; overflow: hidden; margin: 0; padding: 20px 0 30px; }
div.controls { width: 100%; margin: 0; padding: 10px 0; }
div#my-slider div.controls ul { background-color: #feffc2; margin: 0; padding: 0; }
div#my-slider div.controls ul li { width: 150px; float: left; margin: 0 2px 2px 0; padding: 0; border: solid 1px #c1c1c1; list-style-type: none; }
div#my-slider div.controls ul li a { background-image: url(../images/tbback3.gif); background-repeat: no-repeat; text-decoration: none; margin: 0; padding: 5px 5px 5px 20px; display: block; }
div#my-slider div.controls ul li a:hover { color: #fff; background-color: #155286; background-image: url(../images/tbback4.gif); background-repeat: no-repeat; text-decoration: none; margin: 0; padding: 5px 5px 5px 20px; }
div#section1 { background-image: url(../images/sr1.gif); background-repeat: no-repeat; padding: 300px 0 0; }
div#section2 { background-image: url(../images/sr2.gif); background-repeat: no-repeat; padding: 0; }
div#section3 { background-image: url(../images/sr3.gif); background-repeat: no-repeat; padding: 250px 0 0 10px; }
div#section4 { background-image: url(../images/sr4.gif); background-repeat: no-repeat; padding: 250px 0 0 10px; }
div#section5 { background-image: url(../images/sr5.gif); background-repeat: no-repeat; padding: 250px 0 0 10px; }
div#section6 { background-image: url(../images/sr6.gif); background-repeat: no-repeat; padding: 233px 0 0 10px; }
div#section1 a,div#section2 a,div#section3 a,div#section4 a,div#section5 a { color: #f65013; margin: 0; padding: 0; }
div.section a { margin: 0; padding: 150px 0 0 0; }
