		ul{
			margin: 0px;
			padding: 0px;
		}
		ul li{
			float: left;
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		a{
			margin: 0px;
			padding: 0px;
		}
	
		#wrapper{
			margin: 0 auto;
			width: 384px;
			height: 272px;
			position: relative;
		}
		#imgs{
			width: 384px;
			height: 100%;
			overflow: hidden;
			float: left;
			position: relative;
		}
		#imgs ul{
	    	position: absolute;
            z-index: 1;
            width: 2304px;
            height:275px;
            left: -384px;
		}
		#nav{
			width: 125px;
			height: 20px;
			float: left;
			position: absolute;
			right: 4px;
			bottom: 10px;
			z-index: 5;
		}

		#nav ul li a{
			width: 20px;
			height: 20px;
			line-height: 20px;
			display: inline-block;
			background: #FFF;

			margin-right: 5px;
			text-align: center;
			font-size: 12px;
		}
		/*#preous,#next{
			width: 100px;
			background: #000;
			font-size: 20px;
			font-weight: 900;
			text-align: center;
			height: 80px;
			line-height: 80px;
			position: absolute;
			top: 50%;
			color: #FFF;
			z-index: 3;
		}
		#preous{
			left: 0px;
		}
		#next{
			right: 0px;
		}*/
		#nav ul li a.current{
			background: #0065b3;
			color: #FFF;
		}
		#nav ul li a.hidden{
			background: #FFF;
			color: #000;
		}