#carousel {
	overflow:hidden;	
	position:relative;
	width:390px;
	height:300px;
	margin: 0 0 0 12px;
}
.slides {
	overflow:hidden;
	position:relative; /* ie overflow issue fix */
	width:390px;
	height:300px;
}

.slides ul {position:relative;left:0;top:0;}
.slides li {float:left;width:390px;height:300px;}
#buttons { position:absolute; top:132px; width:390px; height:47px;}
#buttons a {width:23px; height:47px; text-indent:-9999px; }
#buttons .prev_btn {float:left; background: transparent url(../images/prev_btn.png) 0 0 no-repeat; }
#buttons .next_btn {float:right; background: transparent url(../images/next_btn.png) 0 0 no-repeat; }
#buttons a:hover { background-position: 0 100%; }
.slide { width:390px;height:300px;}
.img1 { background: transparent url(../images/img1.png) top center no-repeat; }
.img2 { background: transparent url(../images/img2.png) top center no-repeat; }
.img3 { background: transparent url(../images/img3.png) top center no-repeat; }
.img4 { background: transparent url(../images/img4.png) top center no-repeat; }
.img5 { background: transparent url(../images/img5.png) top center no-repeat; }
