div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 910px; 
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:264px;
		overflow:hidden;
		padding: 0 20px;
		float:left;
		border-right: 1px dotted #999;
		}
	div.scroller div.content {
		width: 10000px;
		}
div.section div{
	height: 74px;
	width: 264px;
	padding: 0;
	text-align: center;
}
div.section a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
div.section p{
	text-align: left;
	color: #666;
	background: url(../cmn_images/icon.gif) 0 6px no-repeat;
	padding-left: 15px;
}
