html,
body {
	padding: 0;
	margin: 0;
}

#content_bg {
	width: 100%;
	background-color: #EEEEEE;
	padding: 20px 0 20px;
}

#content_bg .content {
	width: 1200px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 20px;
}

.content .hand {
	position: relative;
	overflow: hidden;
}

.content .hand .albumPic {
	width: 120px;
	height: 120px;
}

.content .hand .labelList{
	margin: 0;
	position: absolute;
	top: 0;
	left: 135px;
	height:26px;
	line-height:26px;
}

.content .hand .labelList .albumTitle {
	margin:0;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	display: inline-block;
}
.content .hand .labelList .labelItem{
	background-color: #FF5A5A;
	width:60px;
	height:18px;
	line-height:18px;
	font-size:12px;
	color:#ffffff;
	border-radius: 3px;
	margin-left:20px;
	display:inline-block;
	text-align: center;
	position: relative;
	top: -2px;
}
.content .hand .nickname {
	margin: 0;
	color: #999999;
	font-size: 14px;
	position: absolute;
	left: 135px;
	top: 37px;
}

.content .hand .nickname .eye_img {
	margin: 0 10px 0 40px;
}

.content .hand .albumDesc {
	width: 1048px;
	height: 34px;
	position: absolute;
	top: 70px;
	left: 135px;
	background-color: #EEEEEE;
	border-radius: 5px;
	padding: 8px;
	margin: 0;
	color: #999999;
	font-size: 14px;
	line-height: 18px;
}

.content .center {
	position: relative;
	overflow: hidden;
	margin-top:18px;
}

.content .center .video {
	width: 800px;
	height: 450px;
}

.content .center .videoTitle {
	color: #333333;
	font-size: 20px;
	margin: 8px 0;
	font-weight: 400;
}

.content .center .videoTime {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	margin: -2px 0;
}
.content .center .videoNav{
	position:absolute;
	right:0;
	top:0;
	width:382px;
	height:510px;
}
.content .center .videoNav ul{
	margin: 0;
	padding:0;
}
.content .center .videoNav li{
	list-style-type:none;
	position:relative;
	margin-top: 14px;
}
.content .center .videoNav li:first-child{
	margin-top:0;
}
.content .center .videoNav img{
	width:160px;
	height:90px;
}
.content .center .videoNav .play_ico{
	width:160px;
	height:90px;
	position:absolute;
	top:0;
	left:0;
	background: url(../images/play_ico.png) no-repeat center center;
	cursor:pointer;
}
.content .center .videoNav .video_nav_timeline{
	position:absolute;
	color:#FEFEFE;
	font-size:12px;
	width:38px;
	height:14px;
	line-height:14px;
	text-align: center;
	top:74px;
	left:121px;
	margin:0;
	padding:0;
	background:rgba(0,0,0,0.5);
	border-radius: 2px;
}
.content .center .videoNav .video_nav_title{
	position:absolute;
	left:172px;
	top:0;
	font-size: 14px;
	font-weight: 400;
	color:#333333;
	margin:0;
}
.content .center .videoNav .video_nav_time{
	position:absolute;
	left:172px;
	bottom:4px;
	font-size: 12px;
	font-weight: 400;
	color:#999999;
	margin:0;
}
.content .foot{
	background-color: #ffffff;
	margin:0 auto;
	border-top:3px solid #eeeeee;
	margin-top:18px;
}
.content .foot p{
	margin-top:18px;
	margin-bottom: 0;
	color:#333333;
	font-size:20px;
	font-weight: bold;
}
.content .foot span{
	display:block;
	margin:8px 0;
}
#footer{
	margin-top:0 !important;
}
.active{
	color:#FF5A5A !important;
}

#scrollbar {
	width:382px;
	z-index:415;
	margin:0 auto;
	overflow:hidden;
}
#scrollbar .viewport {
	width:369px;
	height:510px;
	overflow: hidden;
	position: relative;
	float:left;
}
#scrollbar .overview {
	width:369px;
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size:14px;
	overflow: hidden;
}
#scrollbar .scrollbar, #scrollbar .thumb .end, #scrollbar .thumb {
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	background-color:#d9d9d9;
	z-index: 9998;
}
#scrollbar .scrollbar {
	position: relative;
	background: none;
	float: right;
	width: 8px;
}
#scrollbar .track {
	height: 100%;
	width: 8px;
	position: relative;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	
}
#scrollbar .thumb {
	background-position: 100% 100%;
	height: 20px;
	width: 8px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#scrollbar .thumb .end {
	background-position: 100% 0;
	height: 5px;
	width: 8px;
}
#scrollbar .disable {
	display: none;
}