
/* outmost wrapper element, containing all elements  */
#scrollable {
	background-color:#fff;
	border:0px solid #ddd;
	padding:0px;
	width:100%;
	height:118px;
	margin:0px 0 0 0;
	text-align:center;
}

/* container for the scrollable items */
div.items {

	height:96px;
	margin-left:8px;
	margin-top:10px;
	float:left;
	width:95% !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:88px;
	height:66px;
	background:url(/img/playlist/entry.gif) 0 0 no-repeat;
	font-size:10px;
	color:#888;
	line-height:15px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items img {
	border:2px solid #ddd;

}

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:url(images/left.png);
	display:block;
	width:18px;
	height:18px;
	float:left;
	margin:0px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(images/right.png)
}

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:8px;
	float:left;
	margin:3px;
	background:url(/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;
}

table.scroll {width:98%; border:0px; margin:0px 0 0 10px;}
td.list_page {width:25px;}
td.show_items {width:100%;}
