.scroller2
 { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 220px; 
	height: 155px;
	overflow: hidden;
	border:1px solid #28485d;
	background-color: #FFFFFF;
	float:center;
	text-align: center;

}
.scroller2 .section2 
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:220px;
	height:155px;
	overflow:hidden;
	float:center;
 text-align: center;
}
.scroller2 .content2
 {
	
	float:center;
	text-align: center;
}


.content2
{

	text-align: center;
	float:center;
}


		
		
		


