

/* outmost wrapper element */
div.scrollable {
	background-color:#FFF;
	border:1px solid #FFF;
	padding:2px;
	-moz-border-radius:5px;
	margin-top:2px;
	margin-bottom:10px;
	height:122px;
}

div.horizontal {
	display:block;
	border: 1px solid #FFF;
	width:820px;
	height:128px;		
	padding:5px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}

div.vertical {
	width:85px !important;
	height:218px;
	float:left;
	margin-right:20px;
}

div.noitems {
	padding-top:0px;		
}

div.noitems div.__scrollable {
	margin-top:2px;
	height:104px;
}

/* container for the scrollable items */
div.horizontal div.items {
	height:120px;	
	margin-left:4px;
	position:relative;
	top:-2px;
	float:left;
	width:780px !important;
}

div.vertical div.items {
	height:218px !important;
	
}


/* single item */
div.items a, div.noitems a {
	display:block;
	width:auto;
	height:104px;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-family:verdana;
	position:relative;
	top:4px;
	margin-left:20px;
}

div.items img {
	height:95px;
}

div.items a {
	float:left;
	margin-right:8px;		
}

div.item {
	height:200px;
	width:96px;
	float:left;	
}

div.double div.items a {
	float:none;
	margin-bottom:10px;
	cursor:default;
}


div.items a:hover, div.noitems a:hover {
	color:#999;	
}

div.item a:hover {
	color:#ccc;	
}

div.items a.active, div.noitems a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

div.vertical a {
	margin-bottom:10px;	
}

div.vertical div.items a {
	float:none;	
}

/* next / prev buttons */
a.prev, a.next {
	background:url(/img/playlist/arrow/left.png) no-repeat 0 0;

	width:18px;
	height:18px;

	margin:0 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(/img/playlist/arrow/right.png)		
}

a.prev:hover {
		
}

a.next:hover {
	
}

div.double a.prev, div.double a.next {
	margin-top:50px;		
}


/* navigator */
div.navi {
	position:absolute;
	top:302px;
	left:740px;
	width:auto;	
	display:expression("none");
}

*div.navi {
	top:304px;
	display:expression("none");
}


div.vertical div.navi {
	left:75px;
	width:60px;
}

/* items inside navigator */
div.navi span {
	float:left;
	width:16px;
	height:19px;
	background:url(../images/imgnav_middot.png) 0 0 no-repeat;   
	cursor:pointer;
}


div.navi span:hover {
  background:url(../images/imgnav_hoverdot.png); 
}

div.navi span.active {
	background:url(../images/imgnav_selectdot.png);   

} 	

