/* Horizontal Carousel */

.horizontal_carousel {

  float: center;

  #width: 748px;
	width: 774px;


  height: 120px;

  position: relative;

	left:0px;

}



.horizontal_carousel .container {

  float: left;

  #width: 726px;
width: 739px;







  height: 120px;

  position: relative;    

  overflow: hidden;

}



.horizontal_carousel ul {

  margin: 0;

  padding:0;

  width: 100000px;

  position: relative;

  top: 0;

  left: 0;

  height: 120px;

}                      



.horizontal_carousel ul li {

#  width: 242px;
  width: 247px;


  height: 120px;

  text-align: center; 

  list-style:none;   

  float:left;

}



.horizontal_carousel .previous_button {

  float:left;  

  width: 11px;

  height: 50px;

  margin-top: 30px;

  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: 50px;

    margin-top: 30px;

  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:242px;
  width: 247px;



height:120px;

text-align:center;



}



 .spinner {

      position: absolute;

			left: 0px;

      top: 0px;

      width: 100%;

      height: 50px;

        margin-top: 30px;

      background: #ffffff;

      z-index: 10;

      text-align: center;

			padding-top:10px;

      opacity: 0;

    }

	

.carousel_item{

	display:inline-block;

	padding:0px;

#	width:242px;
  width: 247px;


	position:relative;

	float:left;

	}

	

-align: center;

			padding-top:10px;

      opacity: 0;

    }

	

.carousel_item{

	display:inline-block;

	padding:0px;

#	width:242px;
  width: 247px;


	position:relative;

	float:left;

	}

	


