/* outmost wrapper element, containing all elements  */
#scrollable {
	border:1px solid #ddd;
	width:970px;
	height:190px;
	margin-top:5px;
	background-image: url(../images/09images/scrolldots_long.jpg);
	background-repeat: repeat-x;
	-moz-border-radius:7px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	background-position: center;
}

/* container for the scrollable items */
div.items {
	height:185px;
	margin-left:15px;
	float:left;
	width:900px !important;
}

/* single item */
div.holder {
	display:block;
	float:left;
	width:295px;
	height:180px;
	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 {
	background:url(../images/09images/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:81px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(../images/09images/right.png)
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}


/* 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;
	cursor:pointer;
	background-image: url(../images/home/dots.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.navi span:hover {
	background-position:0 -24px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	
