/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 575px;
  height: 200px;
  margin-bottom: 10px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 37px;  
  width: 504px;
  height: 144px;
  overflow:hidden;   
  background: #3F3F3F;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 27px;
  height: 144px;
  background: url(classic/horizontal/left.gif);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(classic/horizontal/left-disabled.gif);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 27px;
  height: 144px;
  background: url(classic/horizontal/right.gif);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(classic/horizontal/right-disabled.gif);
  cursor:default;
}

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

#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;
}

/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  height: 270px;
  width: 100px;
  margin-bottom: 10px;
  position: relative;
  margin-left:37px;
}

#vertical_carousel .container {
  float:left;  
height:354px;
  overflow: hidden;
  margin:-5px 0;
}

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

#vertical_carousel ul li {
  height: 120px;
  text-align: center;      
  list-style:none;   
  float:left;
  width: 140px;
  border-width: 0px;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 21px;
  width: 140px;
  background: url(classic/vertical/left.png);
  cursor: pointer;    
  display:inline;
  margin-bottom: 10px;
}

#vertical_carousel .previous_button_over {
  background: url(classic/vertical/left_over.png);
}

#vertical_carousel .previous_button_disabled {
  background: url(classic/vertical/left_disabled.png);
  cursor: default;
}

#vertical_carousel .next_button {
background:transparent url(classic/vertical/right.png) repeat scroll 0 0;
cursor:pointer;
display:inline;
float:left;
height:21px;
margin-top:10px;
width:140px;
}

#vertical_carousel .next_button_over {
  background: url(classic/vertical/right_over.png);
}

#vertical_carousel .next_button_disabled {
  background: url(classic/vertical/right_disabled.png);
  cursor: default;
}
