/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 770px;
  height: 150px;
  position: relative;  
  text-align:center;
}      

#horizontal_carousel .container {
  position: absolute;
  width: 680px;
  height: 150px;
  left:58px;
  overflow:hidden;   
}               

#horizontal_carousel .previous_button {
  position: absolute;
  top: 15px;
  *left: -4px;
  margin: 0 -30px 0 30px;
  width: 20px;
  height: 80px;
  background: url(http://creative.myspace.com/ar/oficinaarg/css/classic/horizontal/left.png) no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: none !important;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 80px;
  background: url(http://creative.myspace.com/ar/oficinaarg/css/classic/horizontal/right.png) no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: none !important;
  cursor:default;
}

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

#horizontal_carousel ul li img {
  display:block; 
  width:160px;
  height:100px;
}                               

#horizontal_carousel ul li p {
  display:block; 
  width:160px;
}

#horizontal_carousel ul li {
  font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#fff;
  margin:0px;
  padding:15px 55px 0px 0px;
 *padding:15px 10px 0px 0px;
  width:116px;
  list-style:none;   
  float:left;
  text-align:center;
}
