/* category Products block */

#productscategory{
   margin:2em auto 0pt;
   height:120px;
   width:100%;
}

#productscategory_noscroll{
   margin:2em auto 0pt;
   height:120px;
   width:100%;
}

#productscategory_list{
   overflow:hidden;
   float:left;
   width:96%;
}
#productscategory_list ul{
   padding-left:0px;
   list-style-type:none;
}
#productscategory_list li{
   float:left;
   margin:0 3px;
   cursor:pointer;
   text-align:center;
   width:100px;
   overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right{
   background: url('../img/thumbs_left.gif') no-repeat center;
   text-indent:-3000px;
   display:block;
   width:9px;
   height:18px;
   float:left;
   margin-top:30px;
}
#productscategory_scroll_right{
   background-image: url('../img/thumbs_right.gif');
}
