DIV#video_box {

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 0px;

	margin-left: 0;

}



DIV#video_box_topcap {

	height: 1px;

	margin: 0 1px;

	background-color: #4d5458;

}

DIV#video_box_bottomcap {

	height: 1px;

	margin: 0 1px;

	background-color: #7d868b;

}



DIV#video_box_top {

	background-color: #f3f3f3;

	border-bottom: 1px solid #7a7f82;

	overflow: hidden;

	height: 1%;		/* stupid ie6 */

}



DIV#video_box_label {

	font-size: 14px;

	font-weight: bold;


	float: left;

	padding: 0 0 0 5px;

}



DIV#video_box_seeall {

	font-size: 11px;

	float: right;

	padding: 4px 5px 0 0;

}



DIV#video_box_seeall A {

	color: #000000;

}



DIV#video_box_content {

	background: #f3f3f3;

	font-size: 11px;

	height: 140px;

	position: relative;

}



DIV#video_box_prev_button {

	position: absolute;

	left: 4px;

	top: 44px;

}

DIV.video_box_prev_button_off {

	background: url(web_images/btn_videobox_prev_off.gif) no-repeat;

	width: 19px;

	height: 27px;

}

DIV.video_box_prev_button_on {

	background: url(web_images/btn_videobox_prev_on.gif) no-repeat;

	width: 19px;

	height: 27px;

	cursor: pointer;

}

DIV.video_box_prev_button_hover {

	background: url(web_images/btn_videobox_prev_hover.gif) no-repeat;

}



DIV#video_box_next_button {

	position: absolute;

	left: 313px;

	top: 44px;

}

DIV.video_box_next_button_off {

	background: url(web_images/btn_videobox_next_off.gif) no-repeat;

	width: 19px;

	height: 27px;

}

DIV.video_box_next_button_on {

	background: url(web_images/btn_videobox_next_on.gif) no-repeat;

	width: 19px;

	height: 27px;

	cursor: pointer;

}

DIV.video_box_next_button_hover {

	background: url(web_images/btn_videobox_next_hover.gif) no-repeat;

}



DIV#video_box_viewport {

	width: 282px;

	height: 91px;

	position: absolute;

	left: 27px;

	top: 14px;

	overflow: hidden;

}



DIV#video_box_strip {

	position: absolute;

	width: 3000px;

	left: 0px;

	top: 0px;

}



DIV.video_box_item {

	/*position: absolute;*/

	float: left;

	width: 282px;

	height: 91px;

	margin-right: 18px;

}

DIV.video_box_thumb {

	float: left;

	width: 120px;

	height: 90px;

}

DIV.video_box_text {

	width: 151px;

	float: right;

	padding: 0 4px 0 0;

}

DIV.video_box_title {

	font-weight: bold;

	line-height: 13px;

}

DIV.video_box_title A {

	color: #ffcc00;

}

DIV.video_box_desc {

	margin: 2px 0 0 0;

}


