.scrollable {
	position:relative;
	overflow:hidden;
	width: 910px;
	height:180px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable .item {
	float:left;
	margin:5px;
	cursor:pointer;
	position:relative;
}
.scrollable .item span {
	position:absolute;
	top:122px;
	left:0px;
	z-index:20;
	background:#000;
	color:#FFF;
	padding:7px 10px 7px 10px;
	width:200px;
	text-transform:uppercase;
	color:#FFEC00;
	font-weight:bold;
	font-size:14px;
	overflow:hidden;
	height:35px;
	filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80;
}
.scrollable img {
	width:220px;
	height:170px;
}


/* BUTTON */
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url('../images/button.png') no-repeat;
	display:block;
	width:30px;
	height:170px;
	float:left;
	cursor:pointer;
}

/* right */
a.right 				{ background-position: 0; clear:right; margin-right: 0px; margin: 5px 0  0 10px;}
a.right:hover 		{ background-position:-30px 0px; }

/* left */
a.left				{ background-position:-60px 0; margin: 5px 10px 0 0; } 
a.left:hover  		{ background-position:-90px 0; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	




/* NAVIGATOR */
.navi {
	width:200px;
	height:20px;
	float:none;
}
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url('../images/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}
.navi a:hover {
	background-position:0 -8px;      
}
.navi a.active {
	background-position:0 -16px;     
}
