@charset "utf-8";
/* CSS Document */

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 720px; 
	height: 100%;
	overflow: hidden;
}
div.scroller div.content {
	width: 100000px;
}

div.scroller ul {
	overflow:hidden;
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
}
div.scroller ul li {
	float:left;
	height: 100%;
	margin:0px;
	padding:0px 4px 0px 0px;
}