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

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

	height:380px;
	margin-left:8px;
	margin-top:10px;
	float:left;
	width:1150px;
}

/* single item */
div.items_nedv table {
	//display:block;
	float:left;
	margin-right:8px;
	width:1150px;
	height:400px;
	background:url(/img/playlist/entry.gif) 0 0 no-repeat;
	font-size:10px;
	color:#888;
	text-decoration:none;
	text-align:left;
	
}

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

}

div.items_nedv a:hover {
	color:#999;
}

div.items_nedv table.active {
	background-position:-174px 0;
	color:#555;
	cursor:default;
}


/* next2 / prev2 buttons */
a.prev2, a.next2 {
	background:url(images/left.png);
	display:block;
	width:18px;
	height:18px;
	float:left;
	margin:0px 0 0 0;
	cursor:pointer;
}

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

a.prev2:hover {
	background-position:0 -18px;
}

a.next2:hover {
	background-position:0 -18px;
}


/* navigator */
div.navi_nedv {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi_nedv span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/img/playlist/dots.png) 0 0 no-repeat;
	cursor:pointer;
}

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

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

table.scroll_nedv {width:100%; border:0px; margin:0px 0 0 10px;}
td.list_page_nedv {width:45px;}
td.show_items_nedv {width:100%;}

