/*********************** SCROLLERS ***********************/
.root
{
	position:relative;
	height:			292px;
	width:			396px;
}
.root .thumb
{
	position:			absolute;
	background:url(img/scroller_bg.gif);
	cursor:pointer;
}
.up, .dn
{
	position:absolute;
	left:10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img
{
	border:0;
}
.root .scrollContainer
{ 
	position:absolute; 
	left:2px; 
	top:19px; 
	width:396px; 
	height:292px; 
	clip:rect(0 396 292 0); 
	overflow:auto;
}
.root .scrollContent
{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:396px; 
}
/************/
/*********************** SCROLLERS ***********************/
.rootIndex
{
	position:relative;
	height:			250px;
	width:			300px;
}
.rootIndex .thumb
{
	position:			absolute;
	background:url(img/scroller_bg.gif);
	cursor:pointer;
}
.rootIndex .scrollContainer
{ 
	position:absolute; 
	left:2px; 
	top:19px; 
	width:300px; 
	height:200px; 
	clip:rect(0 300 250 0); 
	overflow:auto;
}
.rootIndex .scrollContent
{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:300px; 
}