#editorials-container {
	width: 900px;
	position: absolute;
	top: 120px;
	text-align: center;
}

#editorials-container div img {

	border: 1px solid #000000;
}


#editorialThumbs-container {
	width: 900px;
	height: 102px;
	position: absolute;
	top: 0px;
}

#editorialThumbs-clip {
	width: 840px;
	height: 102px;
	position: absolute;
	left: 30px;
	clip: rect(0px 840px 102px 0px);
	overflow:hidden;
}

#editorialThumbs-container #scrollLeft {
	width: 30px;
	height: 100px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	cursor: pointer;
}

#editorialThumbs-container #scrollRight {
	width: 30px;
	height: 100px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	cursor: pointer;
}

#editorialThumbs-container #editorialThumbsImages {
	position: absolute;
	top: 0px;
	left: 0px;
}

#editorialThumbs-container #editorialThumbsImages img{
	float: left;
}

.imageOff {
	float: left;
	margin: 2px 2px 0px 2px;
	opacity:.30; filter: alpha(opacity=30); -moz-opacity: 0.3;
	padding-bottom: 0px;
}

.imageOn {
	float: left;
	margin: 0px 2px 0px 2px;
	opacity: 1.00; filter: alpha(opacity=100); -moz-opacity: 1.0;
	padding-bottom: 2px;
	background-color: #000000;
}