
	
#home-feature {
	display: block;
	overflow: hidden;
	height: 505px;
	width:383px;
	
	padding: 0;
	margin: 0px 0px 0px 0px;
	}
/*--- scrollyness of the #home-feature ----------------*/
/*--- Set a width for the viewport of the scroller ----*/
#home-feature #scroller {
	width: 383px;
	overflow: hidden;
	margin: 0 auto;
	}
/*--- Width of all the panes lined end to end ---------*/
#home-feature #content {
	width: 4025px;
	
	}
/*--- each .section is a pane that will scroll by the viewport--*/
#home-feature .section {
	width: 383px;
	float: left;
	height: 505px;
	
}



