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


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

/* position and dimensions of the navigator */
.scrollableBannerNavi {
	margin-left:0px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
	width:765px;
	height:15px;
}


/* items inside navigator */
.scrollableBannerNavi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	margin-top:7px;
	margin-bottom:0px;
	background:url(../img/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	cursor:pointer;
}

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

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

#actionButtons {
    padding-right:100px;
    padding-left:100px;
    margin-top:-15px;
    margin-bottom:0px;/*-26px*/
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#actionButtons img:hover {
	cursor:pointer;
}

