div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 178px; 
	height: 250px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:178px;
		height:250px;
		overflow:hidden;
		float:left;
		padding: 0;
		text-align: center;
		}
	div.scroller div.content {
		width: 10000px;
		}

div.section p.caption{
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	background-color: #ADDD1B;
	color: #FFF;
	border: 1px solid #000;
}

div.section img{
	border: 1px solid #000;
}