/*************************************
 * generic styling for ALS elements
 ************************************/

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

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

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

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

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
/*************************************
 * specific styling for #demo3
 ************************************/

#demo3 {
	margin: 0px auto;
}

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

#demo3 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	  width: 235px;
	height: 365px;
	/*border: 1px solid #df00ff;*/
}

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

#demo3 .als-prev {
	  left: -5px;
	z-index:1000;
}

#demo3 .als-next {
	  right: -1px;
	z-index:1000;
}

/*************************************
 * specific styling for #demo thuc don
 ************************************/

#demo-thucdon {
	margin: 0px auto;
	  padding-left: 5px;
}

#demo-thucdon .als-item {
	margin: 0px 5px;
	padding: 4px 6px 4px 0px;
	min-height: 120px;
	min-width: 100px;
	text-align: center;
}

#demo-thucdon .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	width: 117px;
	height: 90px;
	border: 2px solid #63b63b;
	
}

#demo-thucdon .als-prev, #demo-thucdon .als-next {
	  top: 50px;
}

#demo-thucdon .als-prev {
	    left: -1px;
	z-index:1000;
}

#demo-thucdon .als-next {
	  right: -1px;
	z-index:1000;
}


.als-viewport{
	width: 1021px  !important;
	height: 365px !important;
	padding-left: 13px;
	padding-top: 15px
}

#demo-thucdon .als-viewport{
	width: 1000px  !important;
	height: 117px  !important;
	  padding-left: 39px;
	padding-top: 15px
}
#demo-thucdon .als-viewport .als-item{
	width: 229px  !important;
}
.product-new-list{
	clear: both;
	padding-bottom: 20px;
}
.als-item .title{
	
}
.news-info-footer{
	
}