@charset "utf-8";
/* CSS Document */
#all_products { width:707px; height:90px; text-align:left; background:#000; position:relative; overflow:hidden; padding:0; margin:0; }
#all_products .products-prev { position:absolute; left:0; top:22px; width:32px; height:32px; text-align:left; background:url(images/prev-horizontal.png) left top; margin:9px 3px 0 0; cursor:pointer; z-index:10; }
#all_products .products-prev:hover { background:url(images/prev-horizontal.png) 64px top; }
#all_products .products-next { position:absolute; right:0; top:22px; width:32px; height:32px; text-align:right; background:url(images/next-horizontal.png) left top; margin:9px 0 0 3px; cursor:pointer; z-index:10; }
#all_products .products-next:hover { background:url(images/next-horizontal.png) 64px top; }
#all_products .products { position:absolute; left:0; top:0; width:980px; height:160px; position:relative; overflow:hidden; }
#all_products .products ul { float:left; padding:0; margin:0; width:8000px; height:160px; position:absolute; top:0; left:0; }
#all_products .products li { float:left; margin:5px 5px 0 5px; list-style:none; width:100px; text-align:center; }
#all_products .products li a img { width:100%; height:auto; border:2px solid #675446; }
#all_products .products li a:hover img { border:2px solid #FFF; }
#all_products .products li a { color:#FFF; text-decoration:none; }
#all_products .products li a:hover { text-decoration:underline; }


