.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 20px 0;
	z-index: 0;
	color: #0A67AA;
}

.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-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
/*************************************
 * specific styling for #usedcolors
 ************************************/

#usedcolors .als-item, #layers .als-item {
}

#usedcolors .als-item img, #layers .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 0px;
	width: 80px;
}

#usedcolors .als-prev, #usedcolors .als-next, #layers .als-prev, #layers .als-next {
}


#layers .als-prev {
	top: 32px;
    left: 10px;
}

#layers .als-next {
	top: 32px;
    right: 10px;
}

#usedcolors .als-prev {
    top: 50px;
    left: 10px;
}

#usedcolors .als-next {
    top: 50px;
    right: 10px;
}