.scrollable img {
        width:980px;
        height:115px;
}

.scrollable img.hover {
        background-color:#123;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 980px;
	height:115px;
	margin-left:0px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:980px;
}



/* position and dimensions of the navigator */
.navi {
	margin-left:440px;
	width:200px;
	height:20px;
}


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


