/* Horizontal Carousel */
#horizontal_carousel1 {
float: left;
  width: 940px;
  height: 220px;
  position: relative;
  /*border: 1px solid red;*/
  margin-left: 0px;
  /*background: url(../images/bg_carousel.gif);
  background-repeat: no-repeat;
  background-position:left center;*/
}

#horizontal_carousel1 .container {
  float: left;
  width: 845px;
  height: 245px;
  position: relative;    
  overflow: hidden;
  left: 2px;
  top: 10px;
}

#horizontal_carousel1 ul {
  margin: 0;
  padding:0;
   width: 100000px;
  position: relative;
  top: 0;
  border: 0px solid red;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel1 ul li {
  width: 200px;
  height: 240px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center; 
  border: 0px solid #000000;
  list-style:none;   
  float:left;
}




#horizontal_carousel1 .previous_button {
  float:left;  
  width: 45px;
  height: 210px;
  border:0px solid #000000;  
  background: url(../images/rew.gif);
  background-repeat: no-repeat;
  background-position:center center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel1 .previous_button_over {
  background: url(../images/rew_over.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#horizontal_carousel1 .previous_button_disabled {
  background: url(../images/rew_dis.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;
}

#horizontal_carousel1 .next_button {
  float:left;  
  width: 45px;
  height: 210px;
  background: url(../images/forw.gif);
  background-repeat: no-repeat;
  background-position:center center;  
  z-index: 100;
  cursor: pointer;
  border:0px solid #000000;
}

#horizontal_carousel1 .next_button_over {
  background: url(../images/forw_over.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#horizontal_carousel1 .next_button_disabled {
  background: url(../images/forw_dis.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;

}




/* Horizontal Carousel */
#horizontal_carousel2 {
float: left;
  width: 720px;
  height: 220px;
  position: relative;
  /*border: 1px solid red;*/
  margin-left: 0px;
  /*background: url(../images/bg_carousel.gif);
  background-repeat: no-repeat;
  background-position:left center;*/
}

#horizontal_carousel2 .container {
  float: left;
  width: 605px;
  height: 220px;
  position: relative;    
  overflow: hidden;
  left: 2px;
  top: 10px;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
   width: 100000px;
  position: relative;
  top: 0;
  border: 0px solid red;
  left: 0;
  height: 220px;
}                      

#horizontal_carousel2 ul li {
  width: 190px;
  height: 210px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center; 
  border: 0px solid #000000;
  list-style:none;   
  float:left;
}




#horizontal_carousel2 .previous_button {
  float:left;  
  width: 45px;
  height: 210px;
  border:0px solid #000000;  
  background: url(../images/rew.gif);
  background-repeat: no-repeat;
  background-position:center center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(../images/rew_over.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#horizontal_carousel2 .previous_button_disabled {
  background: url(../images/rew_dis.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:left;  
  width: 45px;
  height: 210px;
  background: url(../images/forw.gif);
  background-repeat: no-repeat;
  background-position:center center;  
  z-index: 100;
  cursor: pointer;
  border:0px solid #000000;
}

#horizontal_carousel2 .next_button_over {
  background: url(../images/forw_over.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#horizontal_carousel2 .next_button_disabled {
  background: url(../images/forw_dis.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;

}
