/* CSS Document */
@CHARSET "UTF-8";

.swap{
	width:100%; height:650px; margin:0 auto; position:relative;
}
#slider{
	list-style:none; width:100%; height:100%; margin:0; padding:0; 
}
#slider li{
	width:100%; height:650px; display:none; position:absolute;
}

#naviSlider{
	list-style:none;  margin:0 auto; width:auto; text-align:center; margin-top:3px; *margin-top:5px; 
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
	
}
#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:2px;
	
}
#naviSlider li.on{
	background:url(img/dot.png) left center no-repeat;
	_background:url(img/dot_ie6.png) left center no-repeat;
}

#slider1{
	list-style:none; width:100%; height:100%; margin:0; padding:0; 
}
#slider1 li{
	width:100%; height:650px; display:none; position:absolute;
}

#naviSlider1{
	list-style:none;  margin:0 auto; width:auto; text-align:center; margin-top:3px; *margin-top:5px; 
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
	
}
#naviSlider1  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:2px;
	
}
#naviSlider1 li.on{
	background:url(img/dot.png) left center no-repeat;
	_background:url(img/dot_ie6.png) left center no-repeat;
}
