/* scrollable root element */
#container {	
	height:250px;	
	width:870px;
	overflow:hidden;
	position:relative;
	/* rounded corners for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}  

/* scrollable items */
#container .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
#container .page {	
	width:870px;
	float:left;	
}
#flowtabs a{background:url(dot_off.png) no-repeat; width:12px;}
#flowtabs a.current{background:url(dot_on.png) no-repeat;width:12px;}