/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 400px;
  height: 100px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 0px;
  left: 50px;  
  width: 320px;
  height: 80px;
  overflow:hidden;   
  background: transparent;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 23px;
  width: 27px;
  height: 75px;
  background: url(../images/carousel/left.gif);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: none;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  right: 3px;
  width: 27px;
  height: 75px;
  background: url(../images/carousel/right.gif);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: none;
  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 {
    background: none;
  border: none;
  margin: none;
  padding: none;
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  background: none;
  border: none;
  margin: none;
  padding: none;
  
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:2px 0px 2px;
  width:106px;
  list-style:none;   
  float:left;
}

/* Vertical Carousel */
#vertical_carousel {
  float:left;
  width: 370px;
  margin-top:20px;
  height: 330px;
  margin-bottom: 10px;
  position: relative;  
}

#vertical_carousel .containerc {
  position: absolute;
  top: 20px;
  width: 340px;
  height: 240px;
  overflow:hidden;   
  background: transparent;
} 

#vertical_carousel .previous_button {
  position: absolute;
  top: 80px;
  right: 5px;
  width: 27px;
  height: 75px;
  /*background-image: url(../images/carousel/left.gif);*/
  z-index: 100;    
  cursor:pointer;
}        

#vertical_carousel .previous_button_disabled {
  background: none;
  cursor:default;
}

#vertical_carousel .next_button {
  position: absolute;
  top: 150px;
  right: 4px;
  width: 27px;
  height: 75px;
  /*background-image: url(../images/carousel/right.gif);*/
  z-index: 100;
  cursor:pointer;
}   

#vertical_carousel .next_button_disabled {
  background: none;
  cursor:default;
}

#clients{
  margin: 0;
  padding:0;
  width: 300px;
  position: relative;
  top: 0;
  left: 0;
 
} 

#vertical_carousel .containera {
  position: absolute;
  top: 40px;
  left:40px;
  width: 280px;
  height: 225px;
  overflow:hidden;   
}