@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
 ********************************/
 #shopscroll{
    width: 978px;
 }
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
    overflow: hidden;
}

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

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

.als-item {
	position: relative;
	display: block;
	float: left;
}

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


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


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

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

#shopscroll .als-prev, #shopscroll .als-next {
	top: 58px;
	width: 15px;
	height: 22px;
}

#shopscroll .als-prev {
	left: 5px;
}

#shopscroll .als-next {
	right: 5px;
}
