#gallery {
	background-image: url(../img/body_bk.jpg);
	background-repeat: repeat-y;
	width: 850px;
	margin-top: 20px;
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 596px;
	height: 430px;
	overflow: hidden;
	margin-left: 127px;
	}

	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:596px;
	height:400px;
	overflow:hidden;
	float:left;
		}
	div.scroller div.content {
	width: 10000px;
		}
