div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 726px; 
	height: 200px;
	overflow: hidden;
}

div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		height: 200px;
		width: 726px;
		overflow:hidden;
		float:left;
		color:#ffffff;
}

div.scroller div.section img {
	float: left;
	width: 222px;
	height: 200px;
	border-right: 1px solid #fff;
}

div.scroller div.section .section-text {
	float: right;
	width: 456px;
	padding: 18px;
	padding-left: 29px;
}
	
div.scroller div.content {
		width: 10000px;
}

div.odd {
	background-color: #CCCCCC;
}

div.even     { background-color: #CCCCCC; 
               background-repeat: repeat; background-attachment: scroll; 
               background-position: 0% }
