/* CSS Document */
@CHARSET "UTF-8";


.swap{
	width:100%; height:768px; margin:0 auto;
}
#slider{
	list-style:none; width:100%; height:100%; margin:0; padding:0; 
}
#slider li{
	width:100%; height:768px; display:none; position:absolute;min-width: 1350px;
}

#naviSlider{
	list-style:none;  margin:0 auto; width:auto; text-align:center;height: 33px; margin-top:-33px; position: relative; z-index:1; 
	
}
#naviSlider  li{
	height:10px; width:10px;   cursor:pointer; display:inline-block; 
	background:url(img/dot.png) -10px center no-repeat;
	_background:url(img/dot_ie6.png) -10px center no-repeat;
	*zoom:1;*display:inline;*margin-left:7px;margin-left:7px;
	
}
#naviSlider li.on{
	background:url(img/dot.png) left center no-repeat;
	_background:url(img/dot_ie6.png) left center no-repeat;
}
