	.root 	{
			position:relative; top:0px; left:0px; z-index:300; margin:0px;
			height:200px; border:0px solid green;
		}
		
		.thumb 	{
			position:absolute; z-index:3000; cursor:pointer; text-align:center;
		}
		.up, .dn, .slider-background {
			position: absolute; z-index:3000;
		}
		
		.slider-background {
			z-index:100; display:block; width:11px;
			background:url('../img/slider_background.gif') repeat-y top center; z-index:1;
		}
		
		.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
			border:	0;
		}
		.scrollContainer { 
			position: absolute;  overflow: auto; 
		}
		.scrollContent { 
			position:absolute; left:4px; top:12px; width:100%;
		}
