@charset "utf-8";
/* CSS Document */

.vertical {
	/* necesario */
    position:relative;
	overflow:hidden;
	/* vertical */
   width: 560px;
	height: 232px
}
.items {
	position:absolute;
	margin: 0px;
	width: 560px;
}
.item {
	margin:0px;
	height:232px;
}
.carrusel{
	font-family: "Abel", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFBA00;
	text-decoration: none;
	padding-top: 30px;
	position:relative;
	z-index:100;
	float: left;
	width: 380px;
}
.carrusel strong{
	background: #003275;
	color: #FFF;
	font-family: "Abel", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 1px solid #63B0FE;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #003;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0px 0px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 0.85em;
	width: 110px !important;
	font-weight: normal;
	float: left;
	text-align: center;
}
.carrusel strong:hover {
	background: #076DD2;
	border-top-color: #003;
	border-bottom-color: #63B0FE;
}

#actions {
	width:590px;
	margin:0px;
}
#actions a {
	display:block;
	width:24px;
	height:29px;
	cursor:pointer;
	position:relative;
	z-index:100;
}
#actions a span {
	display: none;
}

.prev{
	float:right;
	background:url(../img/prev.png) no-repeat center center;
	margin:-150px 0px 0px;
}
.next {
	float:right;
	background:url(../img/next.png) no-repeat center center;
	margin:-120px 0px 0px;
}
.prev:hover{
	background-position:center top;
}
.next:hover {
	background-position:center bottom;
}
