/* outmost wrapper element, containing all elements  */
#scrollable {
	background-color:#cccccc;
	/*border:2px solid #333;*/
	padding:10px 0px;
	/*width:526px;*/
	height:95px;
	margin-top:30px;
	/*-moz-border-radius:7px;*/
	
}

.small_img{
	border-bottom-color: #000000;
	border: 1px solid;
}
/* container for the scrollable items */
div.items {
	height:130px;	
	margin-left:0px;
	float:left;
	width:486px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	width:97px;
	height:66px;
	background:url(img/playlist/entry.gif) 0 0 no-repeat;
	font-size:10px;
	color:#ccc;
	line-height:15px;
	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{
	background:url(../images/list/left.png) no-repeat 0 0;
	display:block;
	width: 18px;
	height:5px;
	float:left;	
	padding:13px 0 0;
	cursor:pointer;
}

a.next {	
	background-image:url(../images/list/right.png);
	display:block;
	width: 18px;
	height:5px;
	float:left;	
	padding:13px 0 0;
	cursor:pointer;		
}

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:2px;
	float:left;
	padding:3px;
	background:url(../images/list/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

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

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