/*********************** SCROLLERS ***********************/
.root {
	position: relative;
	height: 293px;
	width: 244px;
	margin: 0px 0px 0px 0px;
	left: 0px;
}

.thumb {
	position: absolute;
	height:	113px;
	width: 15px;
	cursor: pointer;
}
.up, .dn {
	position: absolute;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border: 0;
}
.scrollContainer {
	width: 244px; 
	height: 293px; 
	overflow: auto;
	background: #f0f0f0;
}
.scrollContent {
	width: 244px; 
}
