/* outmost wrapper element, containing all elements  */
#scrollable {
	/*background-color:#efefef;
	border:1px solid #000000;*/
	padding:0px 0px;
	margin-top: 0px;
	width:588px;
	height:392px;
}

/* container for the scrollable items */
div.items {
	height:395px;	 !important;
	margin-left:0px;
	width:588px 
}



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:18px;
	height:18px;
	cursor:pointer;
}

a.next {
	background-image:url(/img/playlist/arrow/right.png)		
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}


/* navigator */
div.navi {

position: absolute;
    font-size:0px;
	margin-top: 320px;
	margin-left:618px;
	width:8px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url(i/mk32.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

