.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}
#ui-carousel-next {
	background-image: url(../images/Xenon2_3013.png);
	width: 50px;
	height: 57px;
	position: absolute;
	top: 145px;
	left: 0px;
	display: block;
}
#ui-carousel-prev{
	background-image: url(../images/Xenon2_3014.png);
	width: 48px;
	height: 57px;
	position: absolute;
	top: 152px;
	right: 0px;
	display: block;
}