/*manuslider*/
     #manuslider {width:590px;height:58px;border:0px;background:#ffffff;position:relative;margin-bottom:2px;}
   #manuslider  .scrollable{position:relative;overflow:hidden;width:490px;height:54px;float:left;}
   #manuslider  .scrollable .items{width:20000em;position:absolute;clear:both;}
    
	 #manuslider .items div{float:left;height:54px; overflow:hidden}
    #manuslider .scrollable img{float:left;margin:1px 3px 0 5px;background:#fff;padding:2px;border:1px solid #ccc;height:44px;}
	
   #manuslider a.browse{background:url(img/hori_large.png) no-repeat;display:block;width:30px;height:30px;float:left;margin:15px 10px;}
    #manuslider a.right{background-position:0 -30px;clear:right;margin-right:0px;}
    #manuslider a.right:hover{background-position:-30px -30px;}
   #manuslider  a.right:active{background-position:-60px -30px;}
    #manuslider a.left{margin-left:10px;}
    #manuslider a.left:hover{background-position:-30px 0;}
     #manuslider a.left:active{background-position:-60px 0;}