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

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

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

}
.wrapper > img{
	height: auto !important;
	margin-top: 5px;
	/*border:1px solid red;*/
}
.titFotos{
	/*border: 1px solid rgba(25,152,4,0.81);*/
	background: rgba(197, 192, 192, 0.73);
	/*background: rgba(226,220,220,0.81);*/
	border: 1px solid rgba(175,173,178,0.99);
	color: #fcfafa;
	padding: 5px;
	/*margin-bottom: 10px;*/
	text-align: center;
	margin-top: 20px;
}
.rowFotos{

	position: relative;
	padding: 0px !important;
	/*margin-top: 20px;*/
	/*background: rgba(236,234,240,0.99);*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
	background: #f5f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 );
	border: 1px solid rgba(175,173,178,0.99);
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.imgCarousel{
		width: 198px !important;
	}
	.btnCarousel{
		width: 198px;
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.rowFotos {
		height: 380px !important;
	}
	.btnCarousel{
		width: 200px;
	}
	.ui-carousel {
		height: 280px !important;
		width: 200px !important;
	}

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.imgCarousel{
		width: 254px !important;
	}
	.rowFotos {
		height: 450px !important;
	}
	.btnCarousel{
		width: 242px;
	}
	.ui-carousel {
		height: 355px !important;
		width: 242px !important;
	}

}
