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: #333;
}

div.even {
	background: #2b2b2b url(../images/site/misc/project_bg.jpg);
}