﻿
@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;
}


/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100% !important;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
		width: 90% !important;
}


.als-viewport  ul{
	padding: 0px ;
}



.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	float: left;
}




.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 0px auto 20px auto;
}

#lista1 .als-item {
	margin:0 16px 0 0;
	min-height: 118px;
	min-width: 155px;
	border:1px #CCCCCC solid;
}

#lista1 .als-item img {
	position: relative;
	vertical-align: middle;
	margin-bottom: 8px;
	margin-top:8px;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 58px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: 20px;
}

#lista1 .als-next {
	right: 20px;
}
