@charset "utf-8";
/* CSS Document */

/* Carousel */
		
#carousel {
	z-index: 100 !important;
	overflow: hidden; /* Necesario */
	height: 288px;
	background: #069;
}

#carousel .belt {
	position: relative;
	z-index: 100 !important;
}

#carousel .panel {
	width: 172px;
	height: 258px;
	float: left; /* Necesario */
	overflow: hidden;
	margin: 13px 2px 13px 0;
	padding: 2px;
	background: #383838;
	z-index: 100 !important;
}

#carousel .panel img {
	width: 172px;
	height: 258px;
	z-index: 100 !important;
}

			/* Botones del carousel */
			
.button-prev {
	height: 288px;
	width: 35px;
	float: left;
	background: #069;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-ms-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
}

.button-prev a {
	display:block;
	padding:5px;
	margin-top:125px;
}

.button-next {
	height: 288px;
	width: 35px;
	float:right;
	background: #069;
	-moz-border-radius:0 5px 5px 0;
}

.button-next a {
	display:block;
	padding:5px;
	margin-top:125px;
}
