/* Horizontal Carousel */
#tools { width: 510px; margin-bottom: 10px; position: relative; }
#tools .container { float: left; width: 400px; position: relative; overflow: hidden; }
#tools ul { margin: 0; padding: 0; width: 100000px; position: relative; top: 0; left: 0; }
#tools ul li { text-align: center; list-style: none; float: left; }
#tools .previous_button { float: left; margin-top: 10px; width: 32px; height: 25px; background: url(prototype-ui/horizontal/left.png); z-index: 100; cursor: pointer; }
#tools .previous_button_over { background: url(prototype-ui/horizontal/left_over.png); }
#tools .previous_button_disabled { background: url(prototype-ui/horizontal/left_disabled.png); cursor: default; }
#tools .next_button { float: left; margin-top: 10px;  width: 32px; height: 25px; background: url(prototype-ui/horizontal/right.png); z-index: 100; cursor: pointer; }
#tools .next_button_over { background: url(prototype-ui/horizontal/right_over.png); }
#tools .next_button_disabled { background: url(prototype-ui/horizontal/right_disabled.png); cursor: default; }
