﻿


.fullSlide {
	width:100%;
	position:relative;
	height:500px;
	background:#000;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:500px;
	overflow:hidden;
	/*text-align:center;*/
}
.fullSlide .bd li a {
	display:block;
	height:500px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:18px;
	/*background:#000;*/
	opacity: 0.8; 
	filter:alpha(opacity=80); 
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:12px;
	height:12px;
	margin:2px;
	border-radius:7px;
	margin-top:10px;
	overflow:hidden;
	background:#fff;
	filter:alpha(opacity=100);
	opacity:1;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#e20600;
}
.fullSlide .prev,.fullSlide .next {
	position:absolute;
	z-index:10;
	top:50%;
	margin-top:-35px;
	left:10%;
	width:70px;
	height:70px;
	background:#000 url(../images/slider-arrow.png) no-repeat left top ;
	cursor:pointer;
	filter:alpha(opacity=30);
	opacity:0.3;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:10%;
	/*background-position:140px left;*/
	background:#000 url(../images/slider-arrow.png) no-repeat left bottom;
}




