@font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}


.esc {
	position: relative;
	clear: both;
	width: 100%;
}

/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {    width: 300px !important;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	
	position: relative;
	list-style: none;
	padding:0;
	margin:0;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/


#lista1 .als-item {
	min-width: 128px;
	padding:0px;
	margin:0 16px 0 0;
}
#lista1 .als-item > div{
}
#lista1 .als-item > div .imgArea{
	text-align:center;
	/* height:160px; overflow:hidden;
	width:215px; */
}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	padding:0;
}
.malrang{
	font-size:12px;
	font-family: 'Noto Sans', sans-serif;
	font-weight:bold;
	text-align:left;
	margin:3px 8px;
	display:none;
}
.malrang2{
	font-size:11px;
	text-align:left;
	margin:10px 10px 0;
	height:48px;
	color:#aaa;
	overflow:hidden;
}
.malrang3{
	text-align:right;
	font-size:15px;
	font-weight:normal;
	margin:10px 15px 0 0;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 50%;
	margin-top:-11px;
	width: 15px;
	height: 22px;
}
#lista1 .als_button{ 
	background-color: rgba(255,255,255,0.75);
    width: 12.5%;
    height: 160px;
    position: absolute;
    top: 34%;
    right: 0;
}
#lista1 .als_button2{ 
	left:0; 
	z-index:9999;
}
#lista1 .als-prev {
	left: 20px;
	z-index:9999;
}

#lista1 .als-next {
	right: 20px;
	z-index:9999;
}

/************************
 * specific als element
 * styling for #lista2
 ***********************/

#lista2 {
	margin-bottom: 80px;
}

#lista2 .als-item {
	margin: 10px 0px;
	min-height: 152px;
	min-width: 128px;
}

#lista2 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

#lista2 .als-prev, #lista2 .als-next {
	left: 460px;
	width: 22px;
	height: 15px;
}

#lista2 .als-prev {
	top: -25px;
}

#lista2 .als-next {
	bottom: -20px;
}

#lista2 .als-item {
	vertical-align: middle;
}
