.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;border:none !important;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: auto !important;
	overflow: hidden;
	width: auto !important; 
}

/*-------*/
#container {
				width:978px;
				position: relative;
			}
			
			#carousel {
				margin: 0 auto; width:825px !important; height:auto !important; padding:0 !important;
			}

			#carousel img {
				border: 0; 
			}

			#ui-carousel-next, #ui-carousel-prev {
				width: 60px;
				height: 100px;
				background: url(../images/arrow-left.png) center center no-repeat;
				display: block;
				position: absolute;
				top: 0;
				z-index: 100;
			}

			#ui-carousel-next {
				right: 0;
				background-image: url(../images/arrow-right.png);
			}

			#ui-carousel-prev {
				left: 0;
			}
			
			#ui-carousel-next > span, #ui-carousel-prev > span {
				display: none;
			}	