			.ui-carousel {				height: 100px;				margin: 0;				overflow: auto;				padding: 0;				position: relative;				width: 300px			}			.ui-carousel > .wrapper {				margin: 0;				padding: 0;				width: 9999px;			}			.ui-carousel > .wrapper > * {				border: 0;				display: block;				float: left;				height: 100px;				width: 100px;				}			#carousel {				margin: 0 auto;				margin-top: 0px;				padding-top: 0px;				position: relative;			}			#carousel-2 {				margin: 0 auto;				margin-top: 0px;				padding-top: 0px;				position: relative;			}						#ui-carousel-next, #ui-carousel-prev {				width: 29px;				height: 51px;				background: url(images/arrow-left.png) center center no-repeat;				display: block;				position: absolute;				top: -36px;				z-index: 100;			}			#ui-carousel-2-next, #ui-carousel-2-prev {				width: 46px;				height: 91px;				background: url(images/arrow-left.png) center center no-repeat;				display: block;				position: absolute;				top: 370px;				z-index: 100;			}						#ui-carousel-next, #ui-carousel-2-next {				right: 0px;				background-image: url(images/arrow-right.png);			}			#ui-carousel-next:hover, #ui-carousel-next:hover, #ui-carousel-2-next:hover, #ui-carousel-2-next:hover {				background-image: url(images/arrow-right-hover.png);			}			#ui-carousel-prev, #ui-carousel-2-prev {				left: 0px;			}			#ui-carousel-prev:hover, #ui-carousel-2-prev:hover {				background: url(images/arrow-left-hover.png) center center no-repeat;			}						#ui-carousel-next > span, #ui-carousel-prev > span {				display: none;			}			#ui-carousel-next > span, #ui-carousel-prev > span, #ui-carousel-2-next > span, #ui-carousel-2-prev > span {				display: none;			}			