.carousel {
	position: relative;
}
.carousel-nav {
	position: absolute;
	right: 0px;
}
.carousel-tab {
	position: absolute;
	left: 0px;
	top: 0px;
}
.carousel-nav-button-left {
	padding: 0px 3px;
	background: url('/img/carousel-left-arrow.gif?ck=180') no-repeat 3px 4px;
	text-decoration: none;
}
.carousel-nav-slide-button {
	padding: 0px 3px;
	background: url('/img/carousel-open-circle.gif?ck=180') no-repeat 0px 3px;
	text-decoration: none;
}
.carousel-nav-button-right {
	padding: 0px 3px;
	background: url('/img/carousel-right-arrow.gif?ck=180') no-repeat 3px 4px;
	text-decoration: none;
}