/*********************** SCROLLERS ***********************/
.root {
	position: relative;
	height: 235px;
	width: 450px;
	margin: 0;		
}
.thumb {
	position: absolute;
	width: 1px;
	height: 209px;
	margin-left: 11px;
	top: 13px;
	background: #676055;
}
.up, .dn {
	position: absolute;
	left: 0px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img {
	border: 0;
}
.scrollContainer { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 450px; 
	height: 235px; 
	/*clip: rect(0 467 200 0); */
	overflow: auto; 
}
.scrollContent { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
}
