/* panes */
#flowpanes {
	width:790px;
	height:398px;	
	position:relative;
	overflow:hidden;
	clear:both;
}

/* single pane */
#flowpanes div {
	display:none;	
	float:left;
	display:block;
	width:790px;
	/*cursor:pointer;*/
	font-size:14px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

/* position and dimensions of the navigator */ 
.navi { 
	height:20px; 
	overflow:hidden;
	position:absolute;
	bottom:20px;
	right:0;
	text-align:right;
}
 
/* items inside navigator */ 
.navi a { 
    width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background:url(/images/navigator.png) 0 0 no-repeat;
    display:block; 
    font-size:1px; 
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}