body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	/*font-family: Arial, Helvetica, sans-serif;*/
	background: url('../images/tex2res5.png') repeat center center /*#fafafa*/;
}

@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;
}

h2, h3, h4, h5 {
	font-family: 'LeagueGothic', Arial, Helvetica, sans-serif;
	line-height: 100%;
}

/*h1 {
	font-size: 80px;
	text-transform: uppercase;
}*/

h2 {
	font-size: 40px;
}

/*a {
	color: #000;
	text-decoration: none;
	padding: 0px;
}

a:hover {
	background: #ff0;
}

a, a:link, a:focus, a:visited {
	outline: none;
}*/

.esc {
	position: relative;
	clear: both;
	width: 100%;
}






/********************************
 * generic als elements styling
 ********************************/
.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;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin:0 auto;  margin-top:20px; margin-bottom:30px; height:280px;
}
#lista1 .als-wrapper{ margin-left:15px; margin-right:15px; height:300px; }
#lista1 .als-item {
	margin: 0px 15px;
width:360px;
height:250px;
}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
	width:360px; height:225px;
}
#lista1 .als-item span{ line-height:10px; height:25px; width:360px; text-align:center; font-size:15px; font-family:微软雅黑;}
#lista1 .als-prev, #lista1 .als-next {
	top: 58px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: 0px;
	top:110px;
}

#lista1 .als-next {
	right: 0px;top:110px;
}

/************************
 * specific als element
 * styling for #lista2
 ***********************/


