/*********************** SCROLLERS ***********************/
.root {
	float:left;
	position:relative;
	height:183px;
	width:320px;
	margin:0 auto;
}
.thumb {
	position: absolute;
	vertical-align:middle;
	z-index:autol;
}
.up, .dn {
}
.up a, .up a img, .dn a, .dn a img, .thumb a, .thumb a img {
	border:0;
}
.scrollContainer {
	position:relative;
	width:10px;
	height:260px;
	clip:rect(0 467 200 0);
	border:none;
	float:left;
}
.scrollContent {
	color:#fff;
}

