/* outmost wrapper element */
#scrollable {
	width:998px;
	height:149px;
	margin-left:0px;
	margin-right:0px;    margin-top:80px;
	text-align:left;
}

/* container for the scrollable items */
div.items {
	height:409px;	
	float:left;
	width:900px !important;
}



/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:900px;
	height:149px;
	background:url(item.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

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:block;
	width:47px;
	height:20px;
	float:left;
	background-repeat:no-repeat;	
	margin:40px 0 0 00px;
	cursor:pointer;
	font-family: Helvetica;
						font-size: 12px;
						color: #58595B;
					
}

a.prev {
		
}
a.next {
		
}

/* 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(dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

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

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