div.scroller { 
/* modify width and height of scrolling section if necessary	*/		
	width: 740px; 
	height: 350px;
	overflow: hidden;
	border:0;
	color:#FFF;
}

div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:740px;
	height:350px;
	float:left;
	overflow:hidden;
	padding:0;
	background:#666666;
}

div.scroller div.section div.form {		
	bottom:5px;
	right:5px;		
}

div.scroller div.content {
	width: 10000px;
}	

div.scroller div.content div.beer_wine_none {
	color: #000;
	font-size: 20px;
	font-family: "Calibri", "Myriad pro", sans-serif;
	margin: 10px 60px;
	width: 760px;
}

