
.slider_navi {
margin: 0;
padding: 10px 0 40px 330px;
}



/* position and dimensions of the navigator */
.navi {

}


/* items inside navigator */
.navi a {
	width:40px;
	height:30px;
	float:left;
	margin:0;
	background:url(img/scrollable/arrow/navigator.jpg) 0 0 no-repeat;
	display:block;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -30px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -60px;     
}


.navi_deco {
	background:url(img/scrollable/arrow/hori_deco.jpg) no-repeat;
	display:block;
	width:40px;
	height:30px;
	float:left;
	
}

.navi_deco.left {
margin-left: 0px;
}

.navi_deco.right {
	background-position: -40px 0;
}



