/*
 * images player
 * author:mr·zhong
 * date:2010-04-19
 */

 #playerBox{ 
	position: relative;
	width:500px; 
	height:330px; 
}

#playerImage ul{ 
	padding:0px; 
	margin:0px; 
	border:0px; 
	list-style:none; 
	position:absolute;
}

#playerImage ul li{ 
	padding:0px; 
	margin:0px; 
	border:0px; 
	list-style:none; 
	position:absolute;
}

#playerImage li img{ 
	width:500px; 
	height:330px; 
	border:0px;
}

#playerNavAndTitle{ 
	z-index:10; 
	position:absolute; 
	bottom:0;
	height:60px; 
	width:500px; 
	background-color:#000; 
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6; 
}

#playerNavAndTitle #playerTitle{
	width:auto; 
	/* padding: 0 10px; */
	height:60px; 
	line-height:60px; 
}

#playerNavAndTitle #playerTitle a{ 
	color:#FFFFFF; 
	display:inline-block;
	width:100%;
	text-align:center;
	text-decoration:none; 
	font-weight:bold; 
	position:absolute;
	line-height:60px;
	font-size:16px;
	font-family:'Microsoft YaHei';
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#playerNavAndTitle #playerTitle a:hover
{
	color:#6b6b6b;
}

#playerNavAndTitle #playerNav{ 
	float:right; 
	text-align:right;
}

#playerNavAndTitle #playerNav a{ 
	float:left;
	display:block; 
	background-color:#CC3300; 
	border:1px solid #fff; 
	width:15px; 
	height:15px; 
	margin:5px 5px; 
	text-align:center; 
	line-height:15px; 
	text-decoration:none; 
	color:#FFFFFF; 
	cursor:pointer;
	font-family:宋体;
}

#playerNavAndTitle #playerNav .hover{
	background-color:#FFFFFF;
	border:1px solid #cc3300;
	color:#CC3300;	
	float:left;
	display:block; 	
	width:15px; 
	height:15px; 
	margin:5px 5px; 
	text-align:center; 
	line-height:15px; 
	text-decoration:none; 	
	cursor:pointer;
	font-family:宋体;
}

#playerNav	{
	display:none;
}
