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

#horizontal_carousel .container {
  float: left;
  width:420px;
  height: 216px;
  position: relative;    
  overflow: hidden;
}

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

#horizontal_carousel ul li {
  width: 177px;
  height: 132px;
  text-align: left; 
  list-style:none;   
  float:left;
  padding-top:17px;
  padding-left:0px;
  padding-right:60px;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 53px;
  height: 74px;
  background: url(http://www.stmotors.gr/images/arrowL.png) no-repeat;
  z-index: 100;
  cursor: pointer;
  margin-top: 40px;
}

#horizontal_carousel .previous_button_over {
    background: url(http://www.stmotors.gr/images/arrowL.png) no-repeat;
    margin-top: 40px;
}

#horizontal_carousel .previous_button_disabled {
    background: url(http://www.stmotors.gr/images/arrowL.png) no-repeat;
  cursor: default;
  margin-top: 40px;
}

#horizontal_carousel .next_button {

  float:left;  
  width: 53px;
  height: 74px;
  background: url(http://www.stmotors.gr/images/arrowR.png) no-repeat;
  z-index: 100;
  cursor: pointer;
  margin-top: 40px;
}

#horizontal_carousel .next_button_over {

  background: url(http://www.stmotors.gr/images/arrowR.png) no-repeat;
  margin-top: 40px;
}

#horizontal_carousel .next_button_disabled {
	
  background: url(http://www.stmotors.gr/images/arrowR.png) no-repeat;
 cursor: default;
 margin-top: 40px;
}


/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  width: 205px;
  height: 330px;
  margin-bottom: 10px;
  position: relative;
}

#vertical_carousel .container {
  float:left;  
  width: 200px;
  height: 290px;
  position: relative;    
  overflow: hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  width: 205px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 200px;
  height: 75px;
  padding-top:5px;
  padding-left:3px;
  padding-right:3px;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 18px;
  width: 27px;
  background: url(../images/upAr.png);
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 80px;
}

#vertical_carousel .previous_button_over {
  background: url(../images/upAr.png);
}

#vertical_carousel .previous_button_disabled {
  background: url(../images/upAr.png);
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 18px;
  width: 27px;
  background: url(../images/downAr.png);
  display:inline;
  margin-left: 80px;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(../images/downAr.png);
}

#vertical_carousel .next_button_disabled {
  background: url(../images/downAr.png);
  cursor: default;
}


