/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		text-align:left;
		
		}

.up, .dn, .thumb 	
	{
		position:absolute;
	
		}
	
	img{ border:none}

.scrollContainer { 
		position:absolute; 
		left:2px; 
		width:200px; 
		height:400px; 
		overflow:auto; 
		background:#FFFFFF;
		}

.scrollContent 
{ 
		position:absolute; 
		text-align:left;
		}

