/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 720px;
  height: 170px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100%;
  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: 32px;
  height: 175px;
  background: url(../images/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/horizontal/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(../images/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/horizontal/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/horizontal/right_disabled.png);
  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: 32px;
  width: 175px;
  background: url(../images/vertical/left.png);
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 40px;
}

#vertical_carousel .previous_button_over {
  background: url(../images/vertical/left_over.png);
}

#vertical_carousel .previous_button_disabled {
  background: url(../images/vertical/left_disabled.png);
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(../images/vertical/right.png);
  display:inline;
  margin-left: 40px;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(../images/vertical/right_over.png);
}

#vertical_carousel .next_button_disabled {
  background: url(../images/vertical/right_disabled.png);
  cursor: default;
}



/* Horizontal Carousel2 */
#horizontal_carousel2 {
  /*float: left;*/
  width: 680px;
  height: 170px;
  position: relative;
}

#horizontal_carousel2 .container-car {
  float: left;
  width: 610px;
  height: 170px;
  position: relative;    
  overflow: hidden;
}

#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: 32px;
  height: 175px;
  background: url(../images/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(../images/horizontal/left_over.png);
}

#horizontal_carousel2 .previous_button_disabled {
  background: url(../images/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(../images/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(../images/horizontal/right_over.png);
}

#horizontal_carousel2 .next_button_disabled {
  background: url(../images/horizontal/right_disabled.png);
  cursor: default;
}



/* Horizontal Carousel HOME PAGE */
#horizontal_carousel_home {
  float: left;
  width: 785px;
  height: 120px;
  position: relative;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

#horizontal_carousel_home .container {
  float: left;
  width: 720px;
  max-width: 720px;
  height: 120px;
  position: relative;    
  overflow: hidden;
  background: none;
}

#horizontal_carousel_home ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 120px;
}                      

#horizontal_carousel_home ul li {
  width: 150px;
  height: 120px;
  text-align: center; 
  list-style:none;   
  float:left;
  padding: 0px 10px;
  padding: 0px 13px;

}

#horizontal_carousel_home ul li .inside {
    display: block;
    height: 125px;
    border: 0px solid #eee;
    padding-top: 20px;
}

#horizontal_carousel_home ul li .product-title {
    display: block;
    height: 45px;
}

#horizontal_carousel_home ul li .carousel-price { 
    display: block;
    height: 20px;
    padding-top: 5px; 
    font-weight: bold;
    color: #ef4135;
    font-size: 1.2em;
}

#horizontal_carousel_home .previous_button {
  float:left;  
  width: 32px;
  height: 120px;
  background: url(../images/horizontal/left.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_home .previous_button_over {
  background: url(../images/horizontal/left_over.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#horizontal_carousel_home .previous_button_disabled {
  background: url(../images/horizontal/left_disabled.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: default;
}

#horizontal_carousel_home .next_button {
  float:left;  
  width: 32px;
  height: 120px;
  background: url(../images/horizontal/right.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_home .next_button_over {
  background: url(../images/horizontal/right_over.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#horizontal_carousel_home .next_button_disabled {
  background: url(../images/horizontal/right_disabled.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: default;
}



/* Horizontal Carousel HOME PAGE */
#horizontal_carousel_home_2 {
  float: left;
  width: 570px;
  height: 250px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel_home_2 .container {
  float: left;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  height: 250px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel_home_2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 250px;
}                      

#horizontal_carousel_home_2 ul li {
  width: 150px;
  height: 250px;
  text-align: center; 
  list-style:none;   
  float:left;
  padding: 0px 10px;
}

#horizontal_carousel_home_2 ul li .product-title {
    display: block;
    height: 45px;
}

#horizontal_carousel_home_2 .previous_button {
  float:left;  
  width: 32px;
  height: 150px;
  background: url(../images/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_home_2 .previous_button_over {
  background: url(../images/horizontal/left_over.png);
}

#horizontal_carousel_home_2 .previous_button_disabled {
  background: url(../images/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel_home_2 .next_button {
  float:left;  
  width: 32px;
  height: 150px;
  background: url(../images/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_home_2 .next_button_over {
  background: url(../images/horizontal/right_over.png);
}

#horizontal_carousel_home_2 .next_button_disabled {
  background: url(../images/horizontal/right_disabled.png);
  cursor: default;
}






/* Horizontal Carousel HOME PAGE */
#horizontal_carousel_home_3 {
  float: left;
  width: 570px;
  height: 250px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel_home_3 .container {
  float: left;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  height: 250px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel_home_3 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 250px;
}                      

#horizontal_carousel_home_3 ul li {
  width: 150px;
  height: 250px;
  text-align: center; 
  list-style:none;   
  float:left;
  padding: 0px 10px;
}

#horizontal_carousel_home_3 ul li .product-title {
    display: block;
    height: 45px;
}

#horizontal_carousel_home_3 .previous_button {
  float:left;  
  width: 32px;
  height: 150px;
  background: url(../images/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_home_3 .previous_button_over {
  background: url(../images/horizontal/left_over.png);
}

#horizontal_carousel_home_3 .previous_button_disabled {
  background: url(../images/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel_home_3 .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(../images/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_home_3 .next_button_over {
  background: url(../images/horizontal/right_over.png);
}

#horizontal_carousel_home_3 .next_button_disabled {
  background: url(../images/horizontal/right_disabled.png);
  cursor: default;
}