div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 497px; 
	height: 200px;
	overflow: hidden;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:497px;
		height:200px;
		overflow:hidden;
		float:left;
		padding: 10px 0;		
		}
	div.scroller div.slidecontent {
		width: 10000px;
		}

	div#section2 {
		/* Specific style for #section2 */
		}
	div.section img.left { float:left; margin-right: 10px;}
	
a.back, a.next { padding: 3px 6px; background: #e9e9e9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-decoration: none !important; outline: none; }
a:hover.back, a:hover.next { color: #fff !important; background: #dc1264; }
