@charset "utf-8";
/* CSS Document */

#divVideoSimili
{
	position: relative;
	color: #808080;
	font-size:11px;
	float: left;
	display:inline;
	width: 676px;
	height: 150px;
	background-image:url(../images/bgVideoSimili.png);
}

#playlist_wrap {
background:#FF9900;
}
#pl {
	height:105px;
	/*background:#f5fbfb url(../images/h150.png) repeat-x;	*/
	/*border:1px solid #ddd;*/
	width:602px;
	position:relative;
	overflow:hidden;
	padding:5px 0px 0px 0px;
	float:left;
}

#pl div.entries {
	height:100px;
	position:absolute;
	width:10000em;

}

#pl div.entries a {
		position:relative;
		display:block;


	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:100px;

	padding:5px;
	text-decoration:none;
	width:142px;
	margin-left:0px;

	
}
#pl div.entries a span {
	position:relative;
	display:block;		
	font-size:11px;
	margin-top:0px;
	text-indent:-9999;
	width:150px;
	height:105px;
	background:url(../images/50.png);
	padding:5px;
}


#pl div.entries a img { position:relative; top:0px; left:0px; }

#pl div.entries a:hover {
	color:#FFF;
}





a.nextPage, a.prevPage {
	display:block;
	width:15px;
	height:100px;
	background:url(../images/playlist_frecce.png) no-repeat;
	margin:5px 10px;
	cursor:pointer;
	float:left;
}
a.nextPage {
background-position:right top;
}
a.prevPage {
background-position:left top;
}
a.nextPage:hover {
	background-position:right bottom;	
}
a.prevPage:hover {
	background-position:left bottom;		
}

a.nextPage {
	background-image:url(../images/playlist_frecce.png);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}
