/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
	    float:left;
	    margin: 			px 0px 0px 0px;
		padding:0;
		z-index:1;		
		}
.root p 	{
		margin:			10px 0px 5px 10px;
		}
.thumb 		{
		position:relative;
		height:			35px;
		width:			15px;
		z-index:16;
	
		}

.up, .dn 	{
		position:		absolute;
		margin-top:-2px;
		z-index:21;

		}
		
html>body .up, .dn 	{
		position:		absolute;
		margin-top:-2px;
		z-index:21;

		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer {
margin-top:0px;

		}
		
html>body .scrollContainer {
margin-top:1px;

		}
		
.scrollContent { 
		
				padding:0;

		}
