/* Horizontal Carousel */
#horizontal_carousel {
  width: 570px;
  height: 100px;
  padding:5px;
  background:url(http://www.soirepromotions.com/images/carousel2.png) no-repeat;
  position:relative;
  overflow: hidden;
}

#horizontal_carousel .container {
  width: 500px;
  overflow: hidden;
  position:relative;
  margin-left:-4px;
}

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

#horizontal_carousel ul li {
  width: 127px;
  height: 90px;
  text-align: center; 
  list-style:none;   
  float:left;
  overflow:hidden;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  display:block;
  width: 20px;
  height: 20px;
  background: url(http://www.soirepromotions.com/images/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(http://www.soirepromotions.com/images/but_prev_hover.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(http://www.soirepromotions.com/images/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  display:block;
  width: 20px;
  height: 20px;
  background: url(http://www.soirepromotions.com/images/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(http://www.soirepromotions.com/images/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(http://www.soirepromotions.com/images/but_next_dis.png) no-repeat;
  cursor: default;
}

/*NEW INFO*/


#horizontal_carousel2 {
  width: 580px;
  height: 90px;
  padding:5px;
  background:none;
  position:relative;
  overflow: hidden;
  border:1px #323232 solid;
}

#horizontal_carousel2 .container {
  width: 505px;
  overflow: hidden;
  position:relative;
  margin-left:-4px;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 10px;
  height: 90px;
}                      

#horizontal_carousel2 ul li {
  width: 127px;
  height: 90px;
  text-align: center; 
  list-style:none;   
  float:left;
  overflow:hidden;
}

#horizontal_carousel2 .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel2 .previous_button {
  display:block;
  width: 20px;
  height: 20px;
  background: url(http://www.soirepromotions.com/images/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(http://www.soirepromotions.com/images/but_prev_hover.png) no-repeat;}

#horizontal_carousel2 .previous_button_disabled {
  background: url(http://www.soirepromotions.com/images/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_carousel2 .next_button {
  display:block;
  width: 20px;
  height: 20px;
  background: url(http://www.soirepromotions.com/images/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(http://www.soirepromotions.com/images/but_next_hover.png) no-repeat;
}

#horizontal_carousel2 .next_button_disabled {
  background: url(http://www.soirepromotions.com/images/but_next_dis.png) no-repeat;
  cursor: default;
}
