/* Horizontal Carousel */
#horizontal_carousel {
  height: 381px;
  position: relative;
  width:690px;
  margin: .2em auto 1em;
  background: url(../images/default/commons/bg-carousel.png) no-repeat 50% 0;
}

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

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

#horizontal_carousel ul li {
  height: 381px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 24px;
  margin-left: 5px;
  height: 381px;
  background: url(../images/carousel/left.png) no-repeat 100% 50%;
  cursor: pointer;
  border-right: 1px solid #e8e8e8;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/carousel/left_over.png) no-repeat 0 50%;
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/carousel/left_disabled.png) no-repeat 0 50%;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 24px;
  margin-right: 5px;
  height: 381px;
  background: url(../images/carousel/right.png) no-repeat 0 50%;
  cursor: pointer;
  border-left: 1px solid #e8e8e8;
}

#horizontal_carousel .next_button_over {
  background: url(../images/carousel/right_over.png) no-repeat 0 50%;
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/carousel/right_disabled.png) no-repeat 0 50%;
  cursor: default;
}
#horizontal_carousel ul li.device				{ width: 126px; }/* altrimenti con ie non si vede nulla.... */
#horizontal_carousel ul li.device a 			{ display: block; margin: 26px auto 10px; height: 92px; }
#horizontal_carousel ul li.device a div img		{ display: block; margin: 4px auto 0; height: 75px; }
#horizontal_carousel ul li.device a div 		{ display: block; /*height: 90px; width: 176px;*/ }

/* carosello screenshot preview prod */
#screenshot				{ display: block; clear: both; margin: 0 auto; overflow: hidden; }
#screenshot	img			{ background: #ccc; padding: 2px; }

#screenshot #horizontal_carousel {
  height: 220px;
  width: 932px;
  margin: 2em auto 0;
  background: url(../images/default/commons/bg-carousel-small.png) no-repeat 50% 0;
}

#screenshot #horizontal_carousel .container,
#screenshot #horizontal_carousel ul {
  height: 132px;
  top: 50%;
  margin-top: -68px;
}  

#screenshot #horizontal_carousel .container { width: 870px; }

#screenshot #horizontal_carousel ul li {
  width: 174px;
  height: 132px !important;
  overflow: hidden;
}

#screenshot #horizontal_carousel .previous_button {
  height: 214px;
  margin-top: 0;
  background: url(../images/carousel/left.png) no-repeat 0 50%;
}

#screenshot #horizontal_carousel .previous_button_over {
  background: url(../images/carousel/left_over.png) no-repeat 0 50%;
}

#screenshot #horizontal_carousel .previous_button_disabled {
  background: url(../images/carousel/left_disabled.png) no-repeat 0 50%;
  cursor: default;
}

#screenshot #horizontal_carousel .next_button {
  height: 214px;
  margin-top: 0;
  background: url(../images/carousel/right.png) no-repeat 0 50%;
}

#screenshot #horizontal_carousel .next_button_over {
  background: url(../images/carousel/right_over.png) no-repeat 0 50%;
}

#screenshot #horizontal_carousel .next_button_disabled {
  background: url(../images/carousel/right_disabled.png) no-repeat 0 50%;
}

/* 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(prototype-ui/vertical/left.png);
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 40px;
}

#vertical_carousel .previous_button_over {
  background: url(prototype-ui/vertical/left_over.png);
}

#vertical_carousel .previous_button_disabled {
  background: url(prototype-ui/vertical/left_disabled.png);
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(prototype-ui/vertical/right.png);
  display:inline;
  margin-left: 40px;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(prototype-ui/vertical/right_over.png);
}

#vertical_carousel .next_button_disabled {
  background: url(prototype-ui/vertical/right_disabled.png);
  cursor: default;
}
