

.scroll .head	{
				font-weight: bold;
				margin-bottom: 11px;				
				font-size: 9pt;
				
				}
				
.scroll .image_container
				{
				height: 80px;
				}
				
.scroll .price	{
				font-weight: bold;
				font-size: 9pt;
				}
				
.scroll  .awaiting_image
				{
				height: 72px;
				border: 1px #ccc solid;
				width: 100px;
				cursor: hand;
				text-align: center;
				padding-top: 30px;
				margin: 0px 10px;
				text-decoration: none;
				}

/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  height: 125px;
  margin-bottom: 2px;
  position: relative;
  overflow: hidden;
}

#horizontal_carousel .container {
  float: left;
  width: 452px;
  height: 125px;
  position: relative;    
  overflow: hidden;
}

/* No Need To Edit Below Normally */

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 125px;
}                      

#horizontal_carousel ul li {
  width: 113px;
  height: 125px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel ul li  a img	{
	border: 0px;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 30px;
  margin-left: 3px;
  height: 125px;
  background: url('../images/left.jpg') no-repeat -60px 35px;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url('../images/left.jpg') no-repeat 0px 35px;
}

#horizontal_carousel .previous_button_disabled {
  background: url('../images/left.jpg') no-repeat -30px 35px;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 30px;
  height: 125px;
  background: url('../images/right.jpg') no-repeat 0px 35px;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url('../images/right.jpg') no-repeat -60px 35px;
}

#horizontal_carousel .next_button_disabled {
  background: url('../images/right.jpg') no-repeat -30px 35px;
  cursor: default;
}



