/* CSS Document */

/* Horizontal Carousel */
#horizontal_carousel {
  width: 714px;
  height: 204px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  position: absolute;
  top: 42px;
  left: 27px;
  width: 660px;
  height: 156px;
  overflow:hidden;
  background: #ffffff;
  border-bottom: 1px solid #B8B05E;
}

#horizontal_carousel .mycontainer h3 {
	position: absolute;
	top: 5px;
	left: 27px;
	width: 660px;
	height: 37px;
  background: fff;
  border-top: 1px solid #b8b05e
}
#horizontal_carousel .mycontainer h3 span {background: #fff url(/siteimages/Bananas/carousel/title.png) no-repeat left top; position: absolute; width: 100%; height: 100%;}

#horizontal_carousel .previous_button {
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 240px;
  background: url(/siteimages/Bananas/carousel/left.png) no-repeat left top;
  /*z-index: 100;*/
  cursor:pointer;
}

#horizontal_carousel .previous_button_disabled {
  background: url(/siteimages/Bananas/carousel/left-disabled.png) no-repeat left top;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 5px;
  right: 0;
  width: 27px;
  height: 240px;
  background: url(/siteimages/Bananas/carousel/right.png) no-repeat left top;
  /*z-index: 100; */
  cursor:pointer;
}

#horizontal_carousel .next_button_disabled {
  background: url(/siteimages/Bananas/carousel/right-disabled.png) no-repeat left top;
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 155px;
}

#horizontal_carousel ul li {
  	/*border:0px solid green; */
  	margin:0;
  	padding:0 13px;
  	width:106px;
  	list-style:none;
  	float:left;
	  height: 91px;
}

#horizontal_carousel ul li img {
   background:#794923; vertical-align: top;
}


#horizontal_carousel ul li p.saving {
	color: red;
}
