.slide h3.modelo  { font-weight: normal; text-align: center; }
#carouselWrapper { position:relative; width:72.5%; margin:0px auto; margin:0px auto; padding:15px 0px 10px 0px;}

#carouselWrapperCategories { position:relative; width:77%; margin:0px auto; padding:15px 0px 10px 0px;}

.carouselStyle  .slideWrap,
#carouselWrapperCategories  .slideWrap{
  position:relative;
  width:346px;
  height:250px;
  overflow: hidden;
  margin:0px auto;

}

#carouselWrapper  .slideWrap{
  width:322px;
  height:300px;
  overflow: hidden;

}



.carouselStyle  .slideWrap .image,
#carouselWrapperCategories  .slideWrap .image
 {
  background: #ffffff;
  width:346px;
  height:202px;
  overflow: hidden;
  z-index:18;
  position: relative;
}
#carouselWrapper  .slideWrap .image
 {
  width:322px;
  height:242px;
  overflow: hidden;

}
.carouselStyle  .slide h3.modelo,
#carouselWrapperCategories  .slide h3.modelo  {
  margin:0px auto;
  text-align: center;

  font-size:16pt;
  font-weight:bold;
  color: #444444; z-index:10;
}

/*.carouselStyle   .slide .image a img,*/
#carouselWrapperCategories  .slide .image a img{ position:absolute; bottom:0px; left:0px; z-index:10;}


.carouselStyle  .slide .image  a,
#carouselWrapperCategories  .slide .image  a {
    display:block; width:344px; height:200px;
     top:0px; left:0px; position:absolute; z-index:15; border:1px solid #999999;
 }

 .carouselStyle  .slide .image  a {
 	 width:320px; height:240px;
 	 overflow: hidden;
 	 top:0px; left:0px; position:absolute; z-index:15; border:1px solid #999999;
 }

a.ui-carousel-next {
	display:block;
  width:32px;
	height:28px;
	background: url(xitem-siguiente.png.pagespeed.ic.ZfW5eZBlh2.png) no-repeat;
	position: absolute;
	top: 101px;
	right: -32px;
}
a.ui-carousel-prev {
	display:block;
  width:32px;
	height:28px;
	background: url(xitem-anterior.png.pagespeed.ic.XnYPub-6Vu.png) no-repeat;
	position: absolute;
	top: 101px;
	left: -32px;
}


.carouselStyle   a.ui-carousel-next:hover,
#carouselWrapperCategories  a.ui-carousel-next:hover { background: url(xitem-siguiente-green.png.pagespeed.ic.7q6ZxN0nIP.png) 0px -28px no-repeat; }

.carouselStyle  a.ui-carousel-prev:hover,
#carouselWrapperCategories  a.ui-carousel-prev:hover { background: url(xitem-anterior-green.png.pagespeed.ic.ww1B_GnnWi.png) 0px -28px no-repeat; }


.carouselStyle  a.ui-carousel-next,
#carouselWrapperCategories  a.ui-carousel-next {
	display:block;
	width:32px;
	height:28px;
	background: url(xitem-siguiente-green.png.pagespeed.ic.7q6ZxN0nIP.png) no-repeat;
	position: absolute;
	top: 101px;
	right: --32px;
  z-index:856;
}

.carouselStyle  a.ui-carousel-prev,
#carouselWrapperCategories a.ui-carousel-prev {
	display:block;
	width:32px;
	height:28px;
	background: url(xitem-anterior-green.png.pagespeed.ic.ww1B_GnnWi.png) no-repeat;
	position: absolute;
	top: 101px;
	left: -32px; z-index:856;
}
a.ui-carousel-next:hover { background: url(xitem-siguiente-red.png.pagespeed.ic.t0fnz361_O.png) 0px -32px no-repeat; }
a.ui-carousel-prev:hover { background: url(xitem-anterior-red.png.pagespeed.ic.Q8wEHU2vZA.png) 0px -32px 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/
