



#content1 {
	position: relative;
	margin: 50px auto;
	width:100%;
	overflow:hidden;
}
/********************************
 * 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-item:hover .item-hover{top:0; }
.item-hover{	background:rgba(2,65,144,0.6); width:100%; height:100%; position:absolute; top:-100%; left:0; transition:all linear 0.4s;}
#demo3 .als-item .item-hover img{margin:25% auto  30px; width:36px; height:36px;}
#demo3 .als-item .item-hover p{width:100%; color:#fff; font-size:18px; text-align:center;}
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}




#demo3 {
	margin: 40px auto;
}

#demo3 .als-item {
	margin: 0px 5px;
	min-height: 120px;
	min-width: 100px;
	text-align: center;
	width:460px; 
	height:326px;
}

#demo3 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	width:100%; height:100%;
}

#demo3 .als-prev, #demo3 .als-next {
	top: 50%;
	margin-top:-40px; z-index:600;
}

#demo3 .als-prev {
	left:0px;
}

#demo3 .als-next {
	right: 0px;
}


