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

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

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 188px;
	overflow: hidden;
	width: 190px;	
}

.slide h3.modelo  { font-weight: normal; text-align: center; }
#carouselWrapper { position:relative; width:600px; margin:0px auto;}
a.ui-carousel-next {
	display:block;
	width:38px;
	height:65px;
	background: url(../img/item-siguiente.png) no-repeat;
	position: absolute;
	top: 88px;
	right: -50px;
}
a.ui-carousel-prev {
	display:block;
	width:38px;
	height:65px;
	background: url(../img/item-anterior.png) no-repeat;
	position: absolute;
	top: 88px;
	left: -50px;
}
a.ui-carousel-next:hover { background: url(../img/item-siguiente.png) 0px -65px no-repeat; }
a.ui-carousel-prev:hover { background: url(../img/item-anterior.png) 0px -65px no-repeat; }
a.ui-carousel-next, a.ui-carousel-prev { font-size: 0;} /*hice esto para desaparecer el texto CUANDO NO HAY ETIQUETA "SPAN"* - Gabriel/