@charset "utf-8";
/* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,div,dl,dt,dd,input{margin:0;padding:0;border:0;}
body{}
ul,ol, li{list-style-type:none; list-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

.slideBox {
	width: 100%;
	/*height: 396px;*/
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px; border:0px;}
.slideBox .hd ul {
	text-align: center;
}
.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}
.slideBox .hd ul .on {
	background: #fff;
}
.slideBox .bd {
	position: relative;
	width: 100%;
	height: 495px;
	z-index: 0;
}
.slideBox .bd li {
	width: 100%;
	height: 495px;
}
.slideBox .bd li a {
	display: block;
	width: 100%;
	height: 495px;
}
.slideBox .prev, .slideBox .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.slideBox .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
