
	
	/* these two settings will remove borders from playlist entries */
	a:active {  outline:none; }
	:focus   { -moz-outline-style:none; }
	
	
	/* container has a background image */
a.player {	
	
	display:block;
	background:url(../images/splashlg.png) no-repeat;
	width:570px;
	height:453px;
		
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;

}

div.vidtitle, div.viddesc {
	display:block; 
	width:562px;
	background-color:#333333;
	color:white;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:4px;
	text-align: left
	
}	

div.viddesc {
	height:3em;
	width:500px;
	border:1px solid #000;
	display:inline-block
	
}

/* splash image */




div.myplaylist_wrap {
	position:relative;
	width:570px;
	height:245px;
	background-color:#333333;
}

a.nextPage, a.prevPage {
	width:18px;
	height:18px;
	background:url(../images/up.png) no-repeat;
	cursor:pointer;
	position:absolute;
	right:0;
	
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(../images/down.png);	
	bottom:0;
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}


	
a.mynextPage, a.myprevPage {
	width:18px;
	height:18px;
	background:url(../images/up2.png) no-repeat;
	cursor:pointer;
	position:absolute;
	right:0;
	
}

a.mynextPage:hover, a.myprevPage:hover {
			
}

a.mynextPage {
	background-image:url(../images/down2.png);	
	bottom:0;
}

a.mynextPage.disabled, a.myprevPage.disabled {
	visibility:hidden;		
}


#pl {
	height:250px;
	background-color:#333333;	
	width:550px;
	position:relative;
	overflow:hidden;
	float:left;
}

#pl div.entries {
	height:250px;
	position:absolute;
	width:550px;
	
}

#pl div.entries a {
	background:url(../images/thbg.jpg) no-repeat;
	background-position: bottom center;
	background-color:#333333;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:120px;
	margin:2px 2px;
	padding:1px;
	text-decoration:none;
	width:130px;
	opacity:.6;
	opacity:.6;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
	overflow:hidden;

	
}

#pl div.entries a img {
	display:block;
	border:0;
	height:92px; 
	width:130px;
}

#pl div.entries a:hover {
	color:#333333;
	opacity:1;
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}

#pl div.entries a.playing {
			
	color:#333333;
	opacity:1;
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}

#pl div.entries a.paused {
			
	color:#333333;
	opacity:1;
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}


