
/* Horizontal Scroller styles */

#hs_frame, #hs_frame div.button, #scroller, .section { height: auto; }

#hs_frame {
	overflow: hidden;
	width: 550px;
	position: relative;
	}

#scroller {
	width: 550px;
	margin: 0 auto;
	overflow: hidden;
	}
	
.hs_section {
	width: 550px;
	float: left;
	}
