@charset "utf-8";
/* CSS Document */
body {
	background-image:none;
}
#teaserSlideList {
	position:absolute;
	width:100%;
	height: 600px;
	overflow: hidden;
}
#teaserSlideList .handle {
	width: 100%;
	height: 600px;
}
#teaserSlideList .handle .slide {
	float: left;
	width: 100%;
	height: 100%;
}
#teaserSlideList .handle .slide .slidebg {
	position:absolute;
	width:840px;
	height:600px;
	background-color:#000;
}
#thumbSlide {
	position:absolute;
	width:634px;
	height: 185px;
	overflow: hidden;
}
#thumbSlide .handle {
	width: 634px;
	height: 185px;
}
#thumbSlide .handle .slide {
	float: left;
	width: 185px;
	height: 185px;
	text-align:center;
}
#thumbSlide .handle .slide .slidebg {
	position:absolute;
	width:185px;
	height:185px;
	background-color:#000;
}
#slide_btn{
	display:none;
}
#banner {
	position:absolute;
	bottom:0px;
	z-index:1002;
}
#vdoPanel {
	position:absolute;	
	width:710px;
	z-index:1030;
	display:none;
}
#vdodsp{
	width:710px;
	height:400px;
}
#newsPanel{
	position:absolute;
	margin-left:20px;
	display:none;
}
a.vdodetail:link, a.vdodetail:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999;
	text-decoration: none;
}

a.vdodetail:hover{
	color: #FBC900;
	text-decoration: none;
}
