.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}

.kwicks {
	width: 100%;
	height: 500px;
}
.kwicks > li {
	height: 500px;
	/* overridden by kwicks but good for when JavaScript is disabled */
	width: 110px;
	margin-left: 5px;
	float: left;
}
.kwicks .img-slide {
	height: none!important;
	max-width: none!important;
}

.kwicks .img-slide {
	height: none!important;
	max-width: none!important;
}

.flexslider .hover-img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.flex-caption {
	width: 637px;
	position: absolute;
	left: 0px;
	right:-1000;
	bottom:-100%;
	background: url(http://www.prodeso.co/construccion/images/caption-tail.png) 0 0 repeat;
	font: 400 21px/25px 'Oswald', sans-serif;
	color: #e7e7e7;
	text-transform: uppercase;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.flex-caption .indents {
	padding: 32px 70px 33px 21px;
}

.caption-link{
	font-family: Oswald;
	color: #BEBEBE;
}

.caption-link:hover{
	font-family: Oswald;
	color: #ffffff;
}

