.ui-carousel {
	height:184px !important;	
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width:482px !important;	
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	overflow: hidden;
	width:150px;
	height:180px;	
	margin-left:8px;
}

.ui-carousel > .wrapper > * img{
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	}
	
	#container {
				width:499px;
				position: relative;
			}
			
			#carousel {
				margin: 0 auto;
			}

			#carousel img {
				border:2px solid #DDDDDD;
				height:176px;
				margin:0px 5px;
				width:146px;
				border:2px solid #dddddd;
			}

			#ui-carousel-next, #ui-carousel-prev {
				width:24px;
				height:24px;
				background: url(../images/featured-left-arrow.png) #fff center center no-repeat;
				display: block;
				/*position: absolute;
				top: 0;*/
				z-index: 100;
			}

			#ui-carousel-next {
				right: 0;
				background-image: url(../images/featured-right-arrow.png);
			}

			#ui-carousel-prev {
				left: 0;
			}
			
			#ui-carousel-next > span, #ui-carousel-prev > span {
				display: none;
			}	