/* outmost wrapper element, containing all elements  */
#scrollable {    
background: transparent url(../images/film01.png) repeat-x scroll 0 0;
	background-color:#ffd700;
        border: 1px solid #222222;
	padding:29px 6px;
	width:550px;
	height:120px;
	margin:14px;
}

/* container for the scrollable items */
div.items {
	height:120px;	
	margin: 0 4px 0 12px;
	float:left;
	width:474px !important;
      
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:150px;
	height:120px;
	background:url(/img/playlist/entry.gif) 0 0 no-repeat;
	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-repeat: no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;	
	margin:15px 0 0 0;
	cursor:pointer;
}
a.prev, a.next {
	background:transparent url(../js/arrows-left.gif) no-repeat ;
	
	display:block;
	width:30px;
	height:30px;
	float:left;	
	margin:22px 0 0 0;
	cursor:pointer;
}


a.next {
background-image:url(../js/arrows-right.gif);
			
}

a.prev:hover {
	background-position:0 -30px;		
}

a.next:hover {
	background-position:0 -30px;		
}


/* navigator */

div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-63px;
	width:300px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://www.flowplayer.org/img/playlist/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	


