.x-carousel-layout {
	overflow: hidden;
	position: relative;
}

.x-carousel-left-scrollbutton {
	width: 18px;
	position: absolute;
	top: 0px;
	background: url(../images/prev.gif) no-repeat -18px top;
	height: 100%;
	cursor:pointer;
}

*html .x-carousel-left-scrollbutton { background: url(../images/prev.gif) no-repeat -18px center; padding-top:37px; }

.x-carousel-layout.x-scroll-button-position-right .x-carousel-left-scrollbutton {
	right: 18px;
}
.x-carousel-layout.x-scroll-button-position-left .x-carousel-left-scrollbutton,
.x-carousel-layout.x-scroll-button-position-split .x-carousel-left-scrollbutton {
	left: 0px;
}

.x-carousel-right-scrollbutton {
	width: 18px;
	position: absolute;
	top:0px;
	background: url(../images/next.gif) no-repeat 0px top;
	height:100%;
	cursor:pointer;
}

*html .x-carousel-right-scrollbutton { background: url(../images/next.gif) no-repeat 0px center; padding-top:37px; }

.x-carousel-layout.x-scroll-button-position-right .x-carousel-right-scrollbutton,
.x-carousel-layout.x-scroll-button-position-split .x-carousel-right-scrollbutton {
	right: 0px;
}

.x-carousel-layout.x-scroll-button-position-left .x-carousel-right-scrollbutton {
	left: 23px;
}

.x-carousel-scroller {
	overflow: hidden;
	position: relative;
	left: 5px
}

.x-carousel-layout.x-scroll-button-position-left .x-carousel-scroller {
	left: 41px;
}

.x-carousel-layout.x-scroll-button-position-split .x-carousel-scroller {
	left: 18px;
}

.x-carousel-body {
	width: 10000px;
	overflow: hidden;
}

.x-carousel-scroller .x-carousel-body .x-carousel-item {
	float: left;
	overflow: hidden;
}