/* CSS Document */
@CHARSET "UTF-8";

ul {
	list-style:none;
	margin:0;
	padding:0;
}

.swap{
	width:1160px; height:350px; margin:0 auto;
}
.swap1{
	width:750px; height:350px; margin:0 auto;
}
#slider{
	list-style:none; width:100%; height:100%; margin:0; padding:0; 
}
#slider1{
	list-style:none; width:100%; height:100%; margin:0; padding:0; 
}
#slider li{
	width:1160px; height:350px; display:none; position:absolute;
}
#slider1 li{
	width:750px; height:350px; display:none; position:absolute;
}

#naviSlider{
	list-style:none;  margin:0 auto; width:auto; text-align:center; margin-top:3px; *margin-top:5px;
	
}
#naviSlider1{
	list-style:none;  margin:0 auto; width:auto; text-align:center; margin-top:3px; *margin-top:5px;
	
}
#naviSlider1  li{
	height:10px; width:10px;   cursor:pointer; display:inline-block; 
	background: url(dot.png) -10px center no-repeat;
	_background:url(dot_ie6.png) -10px center no-repeat;
	*zoom:1;*display:inline;*margin-left:2px;
	
}
#naviSlider  li{
	height:10px; width:10px;   cursor:pointer; display:inline-block; 
	background: url(dot.png) -10px center no-repeat;
	_background:url(dot_ie6.png) -10px center no-repeat;
	*zoom:1;*display:inline;*margin-left:2px;
	
}
#naviSlider li.on{
	background: url(dot.png) left center no-repeat;
	_background: url(dot_ie6.png) left center no-repeat;
}

#naviSlider1 li.on{
	background: url(dot.png) left center no-repeat;
	_background: url(dot_ie6.png) left center no-repeat;
}