.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	min-height:255px !important;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.alsbtngrp {position:relative; width:1000px;margin:0 auto;}
.alsbtngrp:after {display:block;content:'';clear:both;}
.als-prev, .als-next {
	display:block;
	position:absolute;
	cursor:pointer;
	clear:both;
	top:120px;
	width:40px;height:40px;background:#333;
}

.als-prev {left:-25px; background:url('/resource/image/user/btn/btn_left.png') no-repeat;}
.als-prev:hover {background-position:0 -40px;}
.als-next {right:-25px; background:url('/resource/image/user/btn/btn_right.png') no-repeat;}
.als-next:hover {background-position:0 -40px;}

/*************************************
 * specific styling for #demo2
 ************************************/

#demo2 {
	margin: 40px auto;
}

#demo2 .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	min-height: 120px;
	min-width: 100px;
	text-align: center;
}

#demo2 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#demo2 .als-prev, #demo2 .als-next {
	top: 40px;
}

#flexiselDemo .als-prev {
	left: 200px;
}

#flexiselDemo .als-next {
	right: 200px;
}