
@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%;
}



#content {
	position: relative;
  /*  line-height: 30px;*/
	width: 100%;
}

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

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

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

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

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


#demo3 {
	margin: 20px auto;
}

#demo3 .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	min-height: 120px;
	min-width: 44px;
	text-align: center;
}

#demo3 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#demo3 .als-prev {
	top: 0px;
}
#demo3 .als-next{
	top: 0px;
}

#demo3 .als-prev {
	left: 0px;
	margin-top:2%;
}

#demo3 .als-next {
	right: 0px;
	margin-top:2%;
}
