@charset "UTF-8";
/* CSS Document */


	#controlArea{
		position:fixed;
		_position:static;
		width:100%;
		bottom:65px;
		z-index:8;
	}
	#controls-wrapper { margin:0 auto; width:960px;}
	#controls {float:right;width:266px;}
	
	ul#slide-list{ padding: 0 0 25px 5px; margin:0!important;}
	ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 8px 0 0; }
	ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
	ul#slide-list li a{ display:block; width:10px; height:10px; background: url(../imgs/ui/nav-dot.png) no-repeat 0 -20px; }
	ul#slide-list li a:hover{ background-position:0 -10px; cursor:pointer; }
