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

header, footer {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

header {
	text-align: center;
}

#logo img {
	position: relative;
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 10px;
}

#logo h2 {
	font-size: 50px;
}


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

.als-viewport {
	position: relative;
	overflow: hidden;
	margin:0px;
	width:907px !important;
	height:auto !important;
	padding:0 9px;
}
.als-viewport ul.als-wrapper{overflow:hidden !important;}

.als-viewport ul.als-wrapper li{width:404px; padding:18px;}
.als-viewport ul.als-wrapper li:hover{background:#f7f7f7; cursor:pointer;}
.als-viewport ul.als-wrapper li.als-item{margin:0 5px 0 5px !important;}
.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item .subscribe-box_tab{position:absolute; top:15px !important; right:-1px !important; margin:0 !important;}
	
.als-item .hover_boxe{	float: right;
    height: 26px;
    position: absolute;
    right: -1px;
    top: 15px !important;
    width: 26px;
	margin:0 !important;
}

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

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
.als-prev, .als-next{background:url(../images/next_pre.png) no-repeat;}
.als-prev{background-position:0 -89px;}
.als-next{background-position:0 0;}
.als-prev:hover{background-position:-92px -89px;}
.als-next:hover{background-position:-92px 1px;}


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

#lista1 {
	margin:-19px auto 34px;
}

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

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

#lista1 .als-prev, #lista1 .als-next {
	top: 45px;
	width: 15px;
	height: 22px;
	z-index:1;
}

#lista1 .als-prev{left:-2px;}
#lista1 .als-next{right:-5px;}

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

#lista2 {
	margin-bottom: 80px;
}

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

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

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

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

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

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

/*********************
 * footer style
 ********************/

