div#carousel1 {
      position:relative;
      width:450px; height:350px;
      background:white;
      background:url(/images/carousel/carousel_bg.jpg) repeat-x;
      background:black;
      overflow:scroll;
}

div#but1 {	
      position:absolute;
      bottom:3px;
      right:50px;
}

div#but2 {	
      position:absolute;
      bottom:3px;
      right:8px;
}

.carouselLeft {	
	/* display:none; */
      background-image:url(/images/carousel/arrow.png);	
	width:40px; height:40px;
	background-position: 0px -40px;
	cursor:pointer;
}
.carouselRight {
      /* display:none; */
	background-image:url(/images/carousel/arrow.png);	
	width:40px; height:40px;
	background-position: -40px -40px;
	cursor:pointer;
}

.carouselLeft:hover {		
	background-position: 0px -80px;
}
.carouselRight:hover {	
	background-position: -40px -80px;
}

