/* panes */
#flowpanes {
	width:800px;
	height:514px;
	position:relative;
	overflow:hidden;
	clear:both;	
	float: left;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes img {
	width:800px;
	height:514px;
	float:left;
	margin: 0px;
}

#flowpanes #slide {
	width:800px;
	height:514px;
	float:left;
	margin: 0px;
}

/* position and dimensions of the navigator */
.navi {
	float:left;
	width:200px;
	height:10px;
	margin: 5px 5px;
	margin-left: 400px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0px 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;     
}