/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  /*width: 575px;*/
  width: 140px;
  /*height: 200px;*/
  /*margin-bottom: 10px;*/
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  left: 28px;
  width: 90px;
  height: 191px;
  overflow:hidden;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  left: 0px;
  width: 27px;
  height: 191px;
  background: url(../../img/tri_left.gif);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: #FFF;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  right: 0px;
  width: 27px;
  height: 191px;
  background: url(../../img/tri_right.gif);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: #FFF;
  cursor:default;
}

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

#horizontal_carousel ul li img {
  display:			block;
  margin-bottom:	17px;
}                               

#horizontal_carousel ul li {
	 margin:0;
	 padding:0;
	 width:90px;
	 list-style:none; 
	 float:left;
}

#horizontal_carousel ul li a{
	text-decoration:		none;
	color:					#bbb;
}

#horizontal_carousel .text {
	bottom:				0;
	font-family:		"Courier New", Courier, monospace;
	font-size:			10px;
	color:				#bbb;
	line-height:		11px;
	width:				400px;
	overflow:			hidden;
}

#spinner{
		
}
