

.scroll .head	{
				font-weight: bold;
				margin-bottom: 11px;				
				font-size: 10px;
				height: 1px;
				font-size: 1px;
				line-height: 1px;
				}
				
.scroll .image_container
				{
				height: 120px;
				}
				
.scroll .price	{
				font-weight: bold;
				color: #003399;
				}
				
.scroll  .awaiting_image
				{
				height: 72px;
				border: 1px #ccc solid;
				width: 94px;
				cursor: hand;
				text-align: center;
				padding-top: 30px;
				text-decoration: none;
				}

/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 560px;
  height: 155px;
  margin-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 460px;
  margin-right: 10px;
  height: 175px;
  padding-left: 5px;
  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: 175px;
}                      

#horizontal_carousel ul li {
  width: 117px;
  height: 155px;
  text-align: center; 
  list-style:none;   
	padding-top: 15px;
  float:left;
}

#horizontal_carousel ul li  a img	{
	border: 0px;
	 border: 2px solid #3399FF;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 28px;
  margin-left: 4px;
  height: 150px;
  margin-top: 20px;
  background: url('../images/left.png') no-repeat -4px 6px;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url('../images/left.png') no-repeat -32px 6px;
}

#horizontal_carousel .previous_button_disabled {
  background: url('../images/left.png') no-repeat -64px 6px;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 28px;
  height: 150px;
  margin-top: 20px;
  margin-right: 4px;
  background: url('../images/right.png') no-repeat -68px 10px;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url('../images/right.png') no-repeat -40px 10px;
}

#horizontal_carousel .next_button_disabled {
  background: url('../images/right.png') no-repeat -8px 9px;
  cursor: default;
}



