		#container
        {
            width:938px;
            height:177px;
			float:left;
            position: relative;
 
        }
        
        #btnPrev, #btnNext
        {
            width: 30px;
            height: 177px;
            line-height: 177px;
            text-align: center;
            float: left;
			position:relative;
        }
        
        #listBox
        {
            width:874px;
            height:177px;
            overflow: hidden;
            float: left;
			padding-left:4px;
			position:relative;
        }
		#list li
        {
            width: 170px;
            height:177px;
            line-height: 18px;
            text-align: center;
			padding:0px 2px;
            float: left;
			position:relative;
        }