

.scroll .head	{
				margin-bottom: 11px;				
				font-size: 9pt;
				color: #4c6037;
				
				}
				
.scroll .image_container
				{
				height: 110px;
				
				}
				
.scroll .price	{
				font-weight: bold;
				color: #3e5a0a;
				font-family: Georgia, Palatino, serif;
				}
				
.scroll  .awaiting_image
				{
				height: 72px;
				border: 1px #b2cd95 solid;
				width: 84px;
				cursor: pointer;
				text-align: center;
				margin-left: auto;
				margin-right: auto;
				padding-top: 30px;
				text-decoration: none;
				color: #b2cd95;
				}
				
.scroll a
				{
				text-decoration: none;
				}				


/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 570px;
  height: 170px;
  margin-left: 2px;
  margin-bottom: 20px;
  position: relative;  
}

#horizontal_carousel .container {
  float: left;
  width: 490px;
  height: 170px;
  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: 170px;
}                      

#horizontal_carousel ul li {
  width: 121px;
  height: 150px;
  text-align: center; 
  list-style:none;   
  padding-top: 15px;
  float:left; 
  
}

#horizontal_carousel ul li  a img	{
	border: 0px;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 40px;
  height: 175px;
  margin-top: 32px;
  background: url('../images/left.png') no-repeat 0px 36px;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url('../images/left_over.png') no-repeat 0px 36px;
}

#horizontal_carousel .previous_button_disabled {
  background: url('../images/left_disabled.png') no-repeat 0px 36px;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 40px;
  margin-top: 32px;
  height: 175px;
  background: url('../images/right.png') no-repeat right 36px;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url('../images/right_over.png') no-repeat right 36px;
}

#horizontal_carousel .next_button_disabled {
  background: url('../images/right_disabled.png') no-repeat right 36px;
  cursor: default;
}