/* HERO BULLETS */
.navi{	
	width:60px;
	height:8px;
	overflow:hidden;
	z-index:100;
	margin: 0 auto;
	margin: 25px 0 30px 0;
	z-index:1100;
	position:relative;
}
.navi a{
	display:block;
	width:8px;
	height:8px;
	background:url(../images/circ.png) 0px 0px;
	text-indent:-99999px;
	float:left;
	margin:0 4px 0 4px;
	z-index:1100;
}
.navi a:hover{
	display:block;
	width:8px;
	height:8px;
	background:url(../images/circ.png) 0 -8px;
	text-indent:-99999px;
}

.navi a.active{
	display:block;
	width:8px;
	height:8px;
	background:url(../images/circ.png) 0 -8px;
	text-indent:-99999px;
}
/* active item */
.scrollable .active {
	position:relative;
	cursor:default;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	width:20000px;
	position:absolute;
	clear:both;
}

.items a{
	float:left;
	width:960px;
	position:relative;
	top:0px;
	left:0px;
}
.scrollable {
	float:left;	
}