/* outmost wrapper element */
#scrollable {
	/*background-color:#efefef;*/
	/*border:1px solid #ddd;*/
	/*width:550px;*/
	height:180px;
	width:750px;
}

/* container for the scrollable items */
div.items {
	height:170px;	
	margin-left:7px;
	padding-top:4px;	
	margin-bottom:5px;
	z-index:0;
	display:none;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:10px;
	width:242px;
	height:175px;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	z-index:-1;
	/*border:1px #000 solid;*/
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:none;
	width:23px;
	height:20px;
	float:right;
	background-repeat:no-repeat;	
	margin: 0;
}
.cprevnext {
	margin:-40px 0 0 0;
	z-index:-5;
	/*border:1px #ff0000 solid;
	background:#c0c0c0;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;*/
}

a.prev {
	background:url(/images/acb/hp/moth_reverse.gif);		
}

a.prev:hover {
	background:url(/images/acb/hp/moth_reverse.gif);		
}

a.next {
	background:url(/images/acb/hp/moth_forward.gif);		
}

a.next:hover {
	background:url(/images/acb/hp/moth_forward.gif);		
}

/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
}
