/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 400px;
  height: 180px;
  margin-bottom: 0px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 360px;
  height: 180px;
  margin-bottom: 0px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  left:-1260px;
  margin-bottom: 0px;
  top: 0;
  height: 210px;
}                      

#horizontal_carousel ul li {
  width: 90px;
  padding-left:0px;
  padding-right:0px;
  margin-bottom: 0px;
  height: 200px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel img.small {

   width: 80px;
   padding-bottom:0px;
   border-width:1px;
   border-color:#000;
   border-style: solid;
} 

#horizontal_carousel img.large {

   width: 80px;
   border-width:1px;
   border-color:#000;
   border-style: solid;
} 


#horizontal_carousel .previous_button {
  float:left;  
  width: 18px;
  height: 100px;
  background: url(http://www.courtneymilan.com/themes/general-images/carousel-left.jpg);
  background-repeat:no-repeat;
  background-position:center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(http://www.courtneymilan.com/themes/general-images/carousel-left.jpg);
  background-repeat:no-repeat;
  background-position:center;
}

#horizontal_carousel .previous_button_disabled {
  background: url(http://www.courtneymilan.com/themes/general-images/carousel-left-disabled.jpg);
  cursor: default;
  background-repeat:no-repeat;
  background-position:center;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 17px;
  height: 100px;
  background: url(http://www.courtneymilan.com/themes/general-images/carousel-right.jpg);
  z-index: 100;
  cursor: pointer;
  background-repeat:no-repeat;
  background-position:center;
  background-repeat:no-repeat;
  background-position:center;
}

#horizontal_carousel .next_button_over {
  background: url(http://www.courtneymilan.com/themes/general-images/carousel-right.jpg);
  background-repeat:no-repeat;
  background-position:center;
}

#horizontal_carousel .next_button_disabled {
  background: url(http://www.courtneymilan.com/themes/general-images/carousel-right-disabled.jpg);
  background-repeat:no-repeat;
  background-position:center;
  cursor: default;
}


