div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 227px; 
	height: 141px;
	overflow: hidden;
	background-image:url(../images/homeGlleryBorder.jpg);
	background-repeat:no-repeat;
	
	float:left;
}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:227px;
		height:141px;
		overflow:hidden;
		float:left;
		padding:1em;		
}
div.scroller div.content {
		width: 10000px;
}
div.leftHome {
	float:left; margin-top:50px;
}
div.rightHome {
	float:left; margin-top:50px; margin-right:30px;
}


