/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 530px;
  height: 244px;
  margin-bottom: 0px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 450px;
  height: 244px;
  margin-bottom: 0px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  left:-4500px;
  margin-bottom: 0px;
  top: 0;
  height: 210px;
}                      

#horizontal_carousel ul li {
  width: 150px;
  padding-left:0px;
  padding-right:0px;
  margin-bottom: 0px;
  height: 244px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel img.small {

   width: 120px;
   margin-top:15px;
   padding-bottom:0px;
   border-width:1px;
   border-color:#000;
   border-style: solid;
} 

#horizontal_carousel img.large {

   width: 140px;
   border-width:1px;
   border-color:#000;
   border-style: solid;
} 


#horizontal_carousel img.box {

   margin-top:40px;
   width: 140px;
   border-width:0px;
   border-color:#000;
   border-style: solid;
} 

#horizontal_carousel img.largebox {

   margin-left:-10px;
   margin-top:40px;
   width: 170px;
   border-width:0px;
   border-color:#000;
   border-style: solid;
} 


#horizontal_carousel .previous_button {
  float:left;  
  width: 36px;
  height: 190px;
  background: url(http://www.courtneymilan.com/themes/general-images/carousel-left.png);
  background-size: 22px;
  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-on.png);
  background-repeat:no-repeat;
  background-position:center;
}

#horizontal_carousel .previous_button_disabled {
  background: url(http://www.courtneymilan.com/themes/general-images/carousel-left-off.png);
  background-size: 22px;
  cursor: default;
  background-repeat:no-repeat;
  background-position:center;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 36px;
  height: 190px;
  background: url(http://www.courtneymilan.com/themes/general-images/carousel-right.png);
  background-size: 22px;
  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-on.png);
  background-size: 22px;
  background-repeat:no-repeat;
  background-position:center;
}

#horizontal_carousel .next_button_disabled {
  background: url(http://www.courtneymilan.com/themes/general-images/carousel-right-off.png);
  background-size: 22px;
  background-repeat:no-repeat;
  background-position:center;
  cursor: default;
}


