/* Horizontal Carousel */
.horizontal_carousel {
  float: left;
  width: 652px;
  height: 52px;
  position: relative;
	left:1px;
}

.horizontal_carousel .container {
  float: left;
  width: 630px;
  height: 52px;
  position: relative;    
  overflow: hidden;
}

.horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 52px;
}                      

.horizontal_carousel ul li {
  width: 90px;
  height: 52px;
  text-align: center; 
  list-style:none;   
  float:left;
}

.horizontal_carousel .previous_button {
  float:left;  
  width: 11px;
  height: 52px;
  background-image: url(/img/carousel/left.png);
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel .previous_button_over {
  background-image: url(/img/carousel/left_over.png);
}

.horizontal_carousel .previous_button_disabled {
  background-image: url(/img/carousel/left_disabled.png);
  cursor: default;
}

.horizontal_carousel .next_button {
  float:left;  
  width: 11px;
  height: 52px;
  background-image: url(/img/carousel/right.png);
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel .next_button_over {
  background-image: url(/img/carousel/right_over.png);
}

.horizontal_carousel .next_button_disabled {
  background-image: url(/img/carousel/right_disabled.png);
  cursor: default;
}

.carousel_div
{
background-color:#0066FF;
border: 1px solid black;	
width:90px;
height:52px;
text-align:center;

}

 .spinner {
      position: absolute;
			left: 0px;
      top: 0px;
      width: 100%;
      height: 42px;
      background: #ffffff;
      z-index: 10;
      text-align: center;
			padding-top:10px;
      opacity: 0;
    }
