.carousel-container {
	width:530px;
	height:350px;
	overflow: hidden;
}

.prev {
  width: 39px;
  height: 39px;
  margin: 0; padding: 0;
  position: absolute;
  left: 0px;
  top: 145px;
  z-index: 17;
  background:transparent url(/i/carousel/arrows.png) no-repeat scroll 0px 0;
  border: 0;
  cursor:pointer;
}

.next {
  width: 39px;
  height: 39px;
  margin: 0; padding: 0;
  margin-right:5px;
  position: absolute;
  right: 0px;
  top: 145px;
  z-index: 17;
  background:transparent url(/i/carousel/arrows.png) no-repeat scroll -42px 0;
  border: 0;
   cursor:pointer;
}


.corn_top_l{
	position:absolute; 	top:0px; 	left:0px;	background-image:url(/i/carousel/corn_t_l.png); width:4px;	height:4px; 	z-index: 19;
}
.corn_top_r{
	position:absolute; 	top:0px; 	right:0px;	background-image:url(/i/carousel/corn_t_r.png); 	width:4px;	height:4px;
	z-index: 19;
}
.corn_bot_l{
	position:absolute; 	bottom:0px; left:0px;	background-image:url(/i/carousel/corn_b_l.png); 	width:4px;	height:4px;
	z-index: 19;
}
.corn_bot_r{
	position:absolute; 	bottom:0px; right:0px;	background-image:url(/i/carousel/corn_b_r.png); 	width:4px;	height:4px;
	z-index: 19;
}


