.contcarousel {
	width: 560px;
	height: 325px;
}
.carousel {
	position: relative; /* Necesario */
	overflow: hidden; /* Necesario */
	height: 300px;
	width: 560px;
	float: left;
}
.belt  {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 300px;
	width: 560px;
	display: block;
}
.panel  {
	width:560px; /* Necesario */
	overflow: hidden;
	float: left;
	height: 300px;
	background-image:url(../imagenes/sombra.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}
.panel img {
	float: left;
}

.panel-text   {
	text-align:right;
	color:#096c7e;
	font-size:0.7em;
	font-weight:bold;
}


			/* Botones del carousel */
			
.button-prev {
	float:right;
	width:40px;
	height: 40px;
}

.button-next {
	float:right;
	width:40px;
	height: 40px;
}
.contcarousel  a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
