/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 790px;
  height: 170px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 720px;
  height: 170px;
  position: relative;    
  overflow: hidden;
  background-image:url(none);
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 170px;
}                      

#horizontal_carousel ul li {
  width: 200px;
  height: 170px;
  text-align: center; 
  list-style:none;   
  float:left;
  padding: 0px 20px;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 37px;
  height: 175px;
  background: url(../images/horizontal/left-carosel-disabled.gif);
  background-repeat:no-repeat;
  background-position:left center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/horizontal/left-carosel-over.gif);
    background-repeat:no-repeat;
  background-position:left center;
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/horizontal/left-carosel-disabled.gif);
    background-repeat:no-repeat;
  background-position:left center;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 37px;
  height: 175px;
  background: url(../images/horizontal/right-carosel.gif);
    background-repeat:no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/horizontal/right-carosel-over.gif);
    background-repeat:no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/horizontal/right-carosel-disabled.gif);
    background-repeat:no-repeat;
  cursor: default;
}


/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  width: 350px;
  height: 270px;
  margin-bottom: 10px;
  position: relative;
}

#vertical_carousel .container {
  float:left;  
  width: 260px;
  height: 240px;
  overflow: hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 260px;
  height: 240px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 37px;
  width: 175px;
  background: url(../images/vertical/left.png);
    background-repeat:no-repeat;
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 40px;
}

#vertical_carousel .previous_button_over {
  background: url(../images/vertical/left_over.png);
    background-repeat:no-repeat;
}

#vertical_carousel .previous_button_disabled {
  background: url(../images/vertical/left_disabled.png);
    background-repeat:no-repeat;
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 37px;
  width: 175px;
  background: url(../images/vertical/right.png);
    background-repeat:no-repeat;
  display:inline;
  margin-left: 40px;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(../images/vertical/right_over.png);
    background-repeat:no-repeat;
}

#vertical_carousel .next_button_disabled {
  background: url(../images/vertical/right_disabled.png);
    background-repeat:no-repeat;
  cursor: default;
}


/* Horizontal Carousel2 */
#horizontal_carousel2 {
  /*float: left;*/
  width: 680px;
  height: 170px;
  position: relative;
}

#horizontal_carousel2 .container {
  float: left;
  width: 610px;
  height: 170px;
  position: relative;    
  overflow: hidden;
   background-image:url(none);
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 170px;
}                      

#horizontal_carousel2 ul li {
  width: 210px;
  height: 170px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel2 .previous_button {
  float:left;  
  width: 37px;
  height: 175px;
  background: url(../images/horizontal/left-carosel.gif);
    background-repeat:no-repeat;
  background-position:left center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(../images/horizontal/left-carosel-over.gif);
    background-repeat:no-repeat;
  background-position:left center;
}

#horizontal_carousel2 .previous_button_disabled {
  background: url(../images/horizontal/left-carosel-disabled.gif);
    background-repeat:no-repeat;
  background-position:left center;
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:left;  
  width: 37px;
  height: 175px;
  background: url(../images/horizontal/right-carosel.gif);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(../images/horizontal/right-carosel-over.gif);
}

#horizontal_carousel2 .next_button_disabled {
  background: url(../images/horizontal/right-carosel-disabled.gif);
  cursor: default;
}








/* Horizontal Carousel HOME PAGE */
#horizontal_carousel_home1,#horizontal_carousel_home2,#horizontal_carousel_home3 {
  float: left;
  width: 970px;
  /*height: 180px;*/
  margin-bottom: 10px;
  
  margin-top:20px;
  position: relative;
}

#horizontal_carousel_home1 .container, #horizontal_carousel_home2 .container, #horizontal_carousel_home3 .container {
  float: left;
  width: 895px;
  height: 120px;
  position: relative;    
  overflow: hidden;
  border:solid 0px #fff;
   background-image:url(none);
}

#horizontal_carousel_home1 ul, #horizontal_carousel_home2 ul, #horizontal_carousel_home3 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  /*top: -10px;*/
  left: 0;
  height: 120px;
}                      

#horizontal_carousel_home1 ul li, #horizontal_carousel_home2 ul li, #horizontal_carousel_home3 ul li {
  width: 260px;
  height: 120px;
  text-align: center; 
  list-style:none;   
  float:left;
  padding: 0px 40px 0px 40px;
}

#horizontal_carousel_home1 .previous_button, #horizontal_carousel_home2 .previous_button, #horizontal_carousel_home3 .previous_button {
  float:left;  
  width: 37px;
  height: 115px;
  background: url(../images/horizontal/left-carosel.gif);
   background-repeat:no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_home1 .previous_button_over, #horizontal_carousel_home2 .previous_button_over, #horizontal_carousel_home3 .previous_button_over {
  background: url(../images/horizontal/left-carosel-over.gif);
   background-repeat:no-repeat;
}

#horizontal_carousel_home1 .previous_button_disabled, #horizontal_carousel_home2 .previous_button_disabled, #horizontal_carousel_home3 .previous_button_disabled {
  background: url(../images/horizontal/left-carosel-disabled.gif);
   background-repeat:no-repeat;
  cursor: default;
}

#horizontal_carousel_home1 .next_button, #horizontal_carousel_home2 .next_button, #horizontal_carousel_home3 .next_button {
  float:left;  
  width: 37px;
  height: 115px;
  background: url(../images/horizontal/right-carosel.gif);
   background-repeat:no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_home1 .next_button_over, #horizontal_carousel_home2 .next_button_over, #horizontal_carousel_home3 .next_button_over {
  background: url(../images/horizontal/right-carosel-over.gif);
   background-repeat:no-repeat;
}

#horizontal_carousel_home1 .next_button_disabled, #horizontal_carousel_home2 .next_button_disabled, #horizontal_carousel_home3 .next_button_disabled {
  background: url(../images/horizontal/right-carosel-disabled.gif);
   background-repeat:no-repeat;
  cursor: default;
}


/* Horizontal Carousel HOME PAGE */
#horizontal_carousel_home_2 {
  float: left;
  width: 995px;
  height: 110px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel_home_2 .container {
  float: left;
  width: 925px;
  height: 110px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel_home_2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 170px;
}                      

#horizontal_carousel_home_2 ul li {
  width: 200px;
  height: 110px;
  text-align: center; 
  list-style:none;   
  float:left;
  padding: 0px 20px;
}

#horizontal_carousel_home_2 .previous_button {
  float:left;  
  width: 37px;
  height: 115px;
  background: url(../images/horizontal/left-carosel.gif);
   background-repeat:no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_home_2 .previous_button_over {
  background: url(../images/horizontal/left-carosel-over.gif);
   background-repeat:no-repeat;
}

#horizontal_carousel_home_2 .previous_button_disabled {
  background: url(../images/horizontal/left-carosel-disabled.gif);
   background-repeat:no-repeat;
  cursor: default;
}

#horizontal_carousel_home_2 .next_button {
  float:left;  
  width: 37px;
  height: 115px;
  background: url(../images/horizontal/right-carosel.gif);
   background-repeat:no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_home_2 .next_button_over {
  background: url(../images/horizontal/right-carosel-over.gif);
   background-repeat:no-repeat;
}

#horizontal_carousel_home_2 .next_button_disabled {
  background: url(../images/horizontal/right-carosel-disabled.gif);
   background-repeat:no-repeat;
  cursor: default;
}