@charset "utf-8";
/* CSS Document */
#videoWrapper {
	position: relative;
	height: 633px;
	width: 970px;
	margin-top: 10px;
	margin: 10px auto;
	text-align: center;
}
#videoNowPlayingWrapper {
	background-image: url(../images/video/bg_main_gray.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 202px;
	width: 400px;
	left: 0px;
	top: 390px;
}
#videoGraySwirl {
	position: absolute;
	height: 41px;
	width: 400px;
	left: 0px;
	top: 592px;
	background-color: #999999;
	text-align: right;
}
#videoNavWrapper {
	position: absolute;
	height: 553px;
	width: 570px;
	left: 400px;
	top: 40px;
	background-image: url(../images/video/bg_main_red.jpg);
	background-repeat: repeat-x;
}
#videoVideoWrapper {
	position: absolute;
	height: 344px;
	width: 394px;
	left: 0px;
	top: 40px;
	border: 3px solid #CCCED5;
	background-color: #000000;
}
#videoRedSwirl {
	position: absolute;
	height: 40px;
	width: 570px;
	left: 400px;
	top: 0px;
	background-color: #96292F;
	text-align: left;
}
#videoLogo {
	position: absolute;
	height: 40px;
	width: 274px;
	left: 0px;
	top: 0px;
}
#videoListOptions {
	position: absolute;
	height: 20px;
	width: 100px;
	left: 869px;
	top: -21px;
	text-align: right;
}
#videoNowPlaying {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 3px;
	top: 0px;
}
#videoNowPlayingOptions {
	position: absolute;
	height: 20px;
	width: 100px;
	left: 290px;
	top: 12px;
	text-align: right;
}
#videoNowPlayingTitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	height: 22px;
	width: 378px;
	left: 12px;
	top: 45px;
	text-align: left;
	overflow: hidden;
}
#videoNavCate {
	position: absolute;
	height: 538px;
	width: 150px;
	left: 10px;
	top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
#videoNavVideosWrapper {
	position: absolute;
	height: 538px;
	width: 390px;
	left: 170px;
	top: 5px;
	overflow: scroll;
}
#videoNowPlayingDesc {
	position: absolute;
	width: 378px;
	left: 12px;
	top: 67px;
	text-align: left;
	font-size: 12px;
}
#videoNavBox {
    position: relative;
	background-image: url(../images/video/bg_box_red.jpg);
	height: 134px;
	width: 365px;
	margin-bottom: 10px;
}
#videoCateTop {
	height: 35px;
	width: 400px;
	float: right;
	font-size: 27px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 3px;
	right: 10px;
	text-align: right;
}
#videoNavBoxTitle {
	position: absolute;
	height: 20px;
	width: 311px;
	left: 5px;
	top: 3px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	overflow: hidden;
}
#videoNavBoxPlay {
	position: absolute;
	height: 22px;
	width: 80px;
	left: 5px;
	top: 25px;
}
#videoNavBoxImage {
	position: absolute;
	height: 75px;
	width: 100px;
	left: 5px;
	top: 52px;
	background-color: #000000;
}
#videoNavBoxDescription {
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	text-align: left;
	top: 52px;
	left: 110px;
	margin-right: 3px;
	height: 75px;
	overflow: hidden;
}
#videoNavBoxTime {
	height: 16px;
	width: 45px;
	position: absolute;
	color: #FFFFFF;
	left: 298px;
	top: 3px;
}
