.focusBox {
	position: relative;
	width: 576px;
	height: 333px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

.focusBox .pic img {
	width: 576px;
	height: 333px;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 2px;
	cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
	background: #f60;

}

/* videoBox player*/
.videoBox {
	position: relative;
	width: 528px;
	height: 326px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

.videoBox .pic li div {
	width: 528px;
	height: 326px;
	display: block;
}

.videoBox .txt-bg {
	position: absolute;
	bottom: 0px;
	left:40px;
	z-index: 1;
	height: 36px;
	width: 100%;
	
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;

}

.videoBox .txt {
	position: absolute;
	bottom: 0px;
	left:40px;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.videoBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.videoBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.videoBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}

.videoBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 2px;
	cursor: pointer;
}

.videoBox .num li a,
.videoBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.videoBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.videoBox .num li.on a,
.videoBox .num a:hover {
	background: #f60;
}


/*滚动页面*/

#scrollDiv {
	width: 580px;
	height: 324px;
	min-height: 324px;
	line-height: 324px;
	overflow: hidden
}

#scrollDiv ul {
   margin-top:28px;	
}

#scrollDiv li {
	height: 324px;
}

#scrollDiv li:hover {
	cursor: pointer;
}

#scrollDiv .innerUL {
	height: 324px;
	

}

#scrollDiv .innerUL li {
	float:left;
	padding-left:24px;
	padding-top:10px;
	height:130px;
}
		


