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

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

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 135px;
	overflow: hidden;
	width: 108px;	
}
#carousel2 { margin-top:10px; width: 470px !important; }
#carousel2 img {width:108px !important; height:135px !important;  }
#ui-carousel-next, #ui-carousel-prev {
				width: 30px;
				height: 50px;
				background:url(../../../images/btn-prev.png) center center no-repeat;
				display: block;
				position:absolute;
				top: 50px;
				z-index: 5;
			}
#ui-carousel-next {right: 10px; background:url(../../../images/btn-next.png);}
#ui-carousel-prev {left: -40px;}
#ui-carousel-next > span, #ui-carousel-prev > span {display: none;}		


