.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	min-height:120px;
	background-color:#333;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

.callbacks .caption {
	border-bottom: #D4F2E3 thin solid;
	border-top: #D4F2E3 thin solid;
	background-color:rgba(0,0,0,.5);
	left:24px;
	top:85%;
	width: auto;
	min-width:180px;
	padding: 8px 12px;
	margin: 0;
	width:auto;
	z-index:99;
	position: absolute;
	margin:auto;
	display:inline;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,00,1);
	top: 50%;
	left: 0;
	opacity: 0.9;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 70px;
	width: 50px;
	background: transparent url(../../gif/flechas101.png) no-repeat left top;
	margin:24px;
	margin-top: -30px;
	border-radius:6px;
	background-color: rgba(0,0,0,.4);
}

.callbacks_nav:hover {
	background: transparent url(../../gif/flechas102.png) no-repeat left top;
	background-color: rgba(30,30,30,.7);
}

.callbacks_nav:active {
	opacity:1;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	min-height:100px;
	background-color:#666;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

@media only screen and (max-width: 800px) {

.callbacks .caption {
	left:8px;
	top:90%;
	width: auto;
	min-width:80px;
	padding: 6px;
	background-color:rgba(0,0,0,.6);
}

}