/* Carousel */
#horizontal_carousel {
  float:left;
  width: 331px;
  height: 154px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding:0;
visibility: hidden;
width: 326px;
}

#horizontal_carousel .container {
  position: absolute;
  top: -9px;
  left: 8px;
  width: 295px;
  height: 164px;
  overflow:hidden;
}

#horizontal_carousel .prev {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 150px;
  background: url(/_img/slider_l.png);
  z-index: 983756;
  cursor:pointer;
}

#horizontal_carousel .prev_disabled {
  background: url(/_img/slider_l.png);
  cursor:default;
}

#horizontal_carousel .next {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 13px;
  height: 150px;
  background: url(/_img/slider_r.png);
  z-index: 100;
  cursor:pointer;
}

#horizontal_carousel .next_disabled {
  background: url(/_img/slider_r.png);
  cursor:default;
}

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

#horizontal_carousel ul li img {
  border:1px solid #999999;
  display:block;
  background:#E3EDFA;
}

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

#horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:15px 10px 10px;
  width:106px;
  list-style:none;
  float:left;
}

