/*Predeterminadamente se esconden los playlist*/

.playlist_videos{
	display:none;
}

/*Playlist detalle video*/

.news-single-video-detalle .playlist_videos{
	text-align:left;
	display:block;
}
.news-single-video-detalle .playlist_videos ul{
	margin:5 0 0 0 ;
	padding:0px;
	height:1.7em;
	position:relative;
	top:10px;
	left:10px;
	width:155px;
}

.news-single-video-detalle .playlist_videos ul li{
	padding:3px 10px;
	border:1px solid #D2D2D2;
	background:#f3f3f3;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:12px;
	margin-bottom:1px;
	cursor:pointer;
}
.news-single-video-detalle .playlist_videos ul li:hover{
	background:#e9e9e9;
	margin-left:2px;
	margin-right:-2px;
}
/*
#player, div.playlist {
	float:left;		
	margin-right:20px; 
}

div.playlist {
	width:150px;		
}

#player, #player img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;		
}

div.play {
	background:url(../img/btn/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


div.items a {
	background:url(../tools/img/block.jpg) no-repeat;
	width:150px;
	height:68px;
	display:block;
	text-decoration:none;
}

div.items p {
	font-size:11px;
	width:130px;
	padding:8px 0 0 12px;
	margin:0px;		
}

div.items p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 

div.items a:hover {
	background-position:0 -68px;	
}

div.items a.playing, div.items a.paused {
	color:#000;	
}

div.items a.playing {
	background-position:0 -136px;		
}

div.items a.paused {
	background-position:0 -68px;	
}


div.navi {
	width:60px;	
	float:left;
	margin:10px 0 0 50px;
}

div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../tools/img/dots.png) 0 0 no-repeat;		
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;		
}

div.navi span.active {
	background-position:0 -16px;		
}
*/
