@charset "utf-8";

#all-content div.center
{
	height:380px;
}

#all-content div.center div.left
{
	position:relative;
	float:left;
	width:690px;
	height:380px;
/*	background-color:#090;*/
}
.center div.left .left-buttons,.center div.left .right-buttons
{
	background:url(../img/sprite-buttons.png) no-repeat transparent 0px -63px;
	display:block;
	position:absolute;
	top:160px;
	width:20px;
	height:60px;
	cursor:pointer;
}
.center div.left .left-buttons
{
	right:675px;
}
.center div.left .left-buttons:hover
{
	background-position:-42px -63px;
}
.center div.left .left-buttons:active
{
	background-position:-84px -63px;
}
.center div.left .right-buttons
{
	left:675px;
	background-position:-21px -63px;
}
.center div.left .right-buttons:hover
{
	background-position:-63px -63px;
}
.center div.left .right-buttons:active
{
	background-position:-105px -63px;
}
#all-content div.center div.left .view
{
	width:690px;
	height:380px;
	overflow:hidden;
}
#all-content div.center div.left .view ul
{
	height:380px;
	width:10000px;
	margin-left:0px;	
}
#all-content div.center div.left .view ul li
{
	height:380px;
	width:690px;
	float:left;
	list-style-type:none;
}
#all-content div.center div.left div.content
{
	position:absolute;
	height:270px;
	width:610px;
	padding:260px 40px;
	text-align:left;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#all-content div.center div.left h1, #all-content div.content div.pagename h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	background:url(../img/titles_back.png) transparent;
	font-weight:normal;
	float:left;
	margin-bottom:10px;
	padding:0px 10px 5px 10px;

}
#all-content div.center div.left h3
{
	clear:both;
	float:left;
	font-size:16px;
	line-height:27px;
	font-weight:normal;
	margin-left:5px;
	width:610px;
}
#all-content div.center div.left h3 span
{
	background:url(../img/titles_back.png) transparent;
	padding:3px 3px 4px 3px;
}




.center div.right
{
	width:240px;
	height:380px;
	float:right;

}
.center div.right .player_right
{
	background:url(../img/player/player_background.png) transparent;
	height:260px;
}
.center div.right p#player-title
{
	font: Arial, Helvetica, sans-serif 15px;
	height:30px;
	line-height:30px;
	background:url(../img/player/player_title_background.png) transparent;
}
.center div.right .list-all
{
	width:240px;
	height:210px;
}
.center div.right .list-all .list
{
	height:208px;
	float:left;
	width:228px;
	margin:1px;
	overflow:hidden;
}
.list-all .list a
{
	height:18px;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
	float:none;
	clear:both;
	display:block;
}
.list-all .list a:hover
{
	background:url(../img/player/player_hover.png) transparent;
}
.list-all .list a.active
{
	background:url(../img/player/player_active_background.png) transparent;
}
.list-all .list a p
{

	text-align:left;
}
.list-all .list a p.name
{
	padding-left:19px;
	width:167px;
	overflow:hidden;
	float:left;
}
.list-all .list a p.time
{
	float:right;
	width:42px;
	overflow:hidden;
}
.list-all .list div
{
	height:2px;
	background:url(../img/player/player_line.png) transparent;	
}
.center div.right .list-all .scroll
{
	background:url(../img/player/player_scroll.png) transparent;
	width:10px;
	height:208px;
	margin:1px 0px;
	float:right;
}
.center div.right .player_flash
{
	height:20px;
	background:url(../img/player_flash.png) transparent;
	clear:both;
}
.center div.right div.eye
{
	height:115px;
	margin-top:5px;
	background:url(../img/eye.jpg);
	
}

#all-content div.content div.pagename
{
	width: 600px;
	height: 50px;
	margin: 0px 0px 10px 0px;
	padding: 20px;
}

