/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  /*width: 765px;*/
  width: 215px;
  /*height: 165px;*/
  height: 252px;
  position: relative;
}         

#horizontal_carousel .container {
  position: absolute;
  top: 0px;
  left: 10px;
  right: 6px;
  /*width: 749px;*/
  width: 214px;
  /*height: 165px;*/
  height: 252px;
  overflow:hidden;   
  z-index: 50
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 22px;
  width: 20px;
  height: 20px;
  margin-top: 230px;
  margin-bottom: 5px;
  background: url(http://mkimg0.ensightnetworkscluster0.com/live/images/left_arrow_featured_products.png);
  z-index: 80;    
  cursor:pointer;
}        

/*
#horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 23px;
  height: 109px;
  margin-top: 55px;
  margin-bottom: 55px;
  background: url(http://mkimg0.ensightnetworkscluster0.com/live/images/featured_previous.gif);
  z-index: 80;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(http://mkimg0.ensightnetworkscluster0.com/live/images/left_arrow_featured_products.png);
  cursor: default;
}
*/
#horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  right: -9px;
  width: 20px;
  height: 20px;
  margin-top: 230px;
  margin-bottom: 5px;
  background: url(http://mkimg0.ensightnetworkscluster0.com/live/images/right_arrow_featured_products.png);
  z-index: 80;
  cursor: pointer;
}
/*
#horizontal_carousel .next_button_disabled {
  background: url(http://mkimg0.ensightnetworkscluster0.com/live/images/right_arrow_featured_products.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 109px;
  margin-top: 55px;
  margin-bottom: 55px;
  background: url(http://mkimg0.ensightnetworkscluster0.com/live/images/featured_next.gif);
  z-index: 80;
  cursor: pointer;
}

#horizontal_carousel .next_button_disabled {
  background: url(http://mkimg0.ensightnetworkscluster0.com/live/images/featured_next.gif);
  cursor: default;
}
*/

#horizontal_carousel ul {
  margin: 0;
  padding: 0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 145px;
}                      

#horizontal_carousel ul li img {
  display:block;             
  /*background:#E3EDFA;*/  
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  list-style:none;   
  float:left;
}

