/* Viceo Start */
#videowrap{
	width:320px;
	height:242px;
	background:#999999;
	border:5px solid #CCCCCC;
}
.videobox {
	/*height:221px;*/
	clear:both;
	float:right;
	width:232px;
	background:url(../images/video_bg_bt.jpg) no-repeat bottom;
	margin-bottom:12px;
	/*padding:10px 15px 0 15px;*/
}
.videobox_in {
	background:url(../images/video_bg_top.jpg) no-repeat top;
	padding:10px 15px 10px 15px;
	float:right;
	width:202px;
	}
.videobox h3 {
	color:#ffffff;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:4px;
}
#screen {
	height:175px;
	border:1px solid #FFFFFF;
	background-color:#000000;
}
#controllbox {
	margin-top:7px;
	height:20px;
	margin-bottom:5px;
}
#speaker {
	margin-left:12px;
}
#controllbox_left {
	float:left;
	width:83px;
}
#controllbox_left img{
	cursor:pointer;
}
#controllbox_right {
	float:right;
	width:110px;
	border:1px solid #d1d1d1;
	height:10px;
	font-size:0px;
	background-color:#FFFFFF;
	margin-top:6px;
}

.videobox ul {
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
}
.videobox ul li {
	background:url(../images/video_list.gif) no-repeat 0 3px;
	padding:2px 0 2px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
.videobox ul li a {
	text-decoration:none;
	color:#FFFFFF;
}
.videobox ul li a:hover{
	text-decoration:underline;
	}
.list_bt {
	width:114px;
	float:right;
	height:15px;
	background: url(../images/video_bt_bg_red.gif) top left no-repeat;
	padding-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	color:#505050;
	text-align:center;
	margin-top:10px;
}
.list_bt a {
	color:#505050;
	text-decoration:none;
}
.list_bt a:hover {
	color: #333333;
}
.list_bt2 {
	width:74px;
	float:right;
	height:15px;
	border:1px solid #cccccc;
	padding-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	color:#505050;
	text-align:center;
}
.list_bt2 a {
	color:#505050;
	text-decoration:none;
}
.list_bt2 a:hover {
	color: #CC0000;
}
/* Viceo End */

/* World Report */
#wrap {
	position:relative;
}
#worldReport {
	position:absolute;
	right:13px;
	top:14px;
	width:205px;
	height:192px;
	background:url(../images/world_report_bg.jpg) no-repeat left top;
	padding:96px 13px 15px 13px;
}
#worldReport.shorter {
	height:160px;
	background:url(../images/world_report_bg2.jpg) no-repeat left top;
	
}
#worldReport .todayVideo img {
	border:#fff 1px solid;
}
#worldReport a.todayVideo {
	position:relative;
	display:block;
	width:206px;
	height:116px;
	margin-bottom:10px;
}
#worldReport .btPlayVideo {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/bt_play_wr.png) no-repeat center 50%;
	cursor:pointer;
}
.videoDate, .videoDescription {
	margin:0;
	font-size:12px;
	line-height:normal;
}
.videoDate {
	font-weight:bold;
	color:#8ce8fd;
}
.videoDescription {
	color:#fff;
}
.btMoreWR {
	width:114px;
	float:right;
	height:15px;
	background: url(../images/video_bt_bg_WR.gif) top left no-repeat;
	padding-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	color:#505050;
	text-align:center;
	text-decoration:none;
	margin-top:10px;
}
