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

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

.als-viewport {
  float: left;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 95% !important;
  height: 250px !important; 
  padding-bottom: 10px;
}

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

.als-item {  
  display: block;
  float: left;
  margin: 5px;
  position: relative;
  text-align: center;
  width: 200px;
}

/*.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}*/
.als-prev {  
  cursor: pointer;
  float: left;
  margin-top: 80px;
  width: 20px;
}
.als-next {  
  cursor: pointer;
  float: right;
  margin-top: 80px;
  width: 20px;
}
/*************************************
 * specific styling for #demo3
 ************************************/

#demo3 {
	margin: 40px auto;
}

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

#demo3 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

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

#demo3 .als-prev {
	left: 200px;
}

#demo3 .als-next {
	right: 200px;
}