
/* Elastislide Style CARTELERA DE CINE*/

.es-carousel-wrapper{
	
	padding:24px 40px 24px 40px;
	position:relative;
	background:url(../../img/bg/bg-carousel-amar.png) repeat top;
	background-color: #fff;
	height:128px;
}
.es-carousel-wrapper-cine{
	
	padding:24px 40px 24px 40px;
	position:relative;
	background:url(../../img/bg/bg-carousel-cine.png) repeat top;
	background-color: #010101;
	height:128px;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel-cine{
	overflow:hidden;
	background-color: #fff;
}
.es-carousel ul, .es-carousel-cine ul{
	display:none;
}
.es-carousel ul li, .es-carousel-cine ul li{
	/*height:100%;*/
	float:left;
	display:block;
	padding-left:2px;
	height:130px;
}
.es-carousel ul li a, .es-carousel-cine ul li a{
	display:block;
	position:relative;
}
.es-carousel ul li a img, .es-carousel-cine ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
	height:130px;
	width:150px;
}
.es-carousel ul li a div, .es-carousel-cine ul li a div{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
	background-size: cover !important;
	height:130px;
	width:150px;
}

.es-carousel ul li a span, .es-carousel-cine ul li a span {
	display:block;
	border:none;
	position:absolute;
	bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding:6px;
	background:rgba(0,0,0,0.6);
	/*width:132px;*/
	overflow:hidden;
	line-height:14px;
}
.es-carousel ul li a:hover span {
	color:#ffa54e;
}


.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent  url(nav.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
#carousel-cine .es-nav span{
	background:transparent  url(nav-azul.png) no-repeat top left;
}

.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
#carousel-cine .es-nav span.es-nav-next{
	background:transparent  url(nav-azul.png) no-repeat top left;
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}

