/*********************** SCROLLERS ***********************/
body {

    color: #FFFFFF;
    background-color: #1B1B1B;
    font-size: 11px;
    font-family: Verdana,"Lucida Grande",Arial, sans-serif;
    }



.root 		{
		position:relative;
		height:			367px;
		width:			370px;
		margin: 			0px 0px 0px 0px;
		background-color:		#323232;
		}
.root p 	{
		color: #ffffff; text-align:justify;
		margin:			0px 5px 5px 45px;
		background-color:		#323232;
		}
.thumb 		{
		position:			absolute;
		height:			7px;
		width:			15px;
		left: 			10px;
		background-color:		#323232;
		}
.up, .dn 	{
		position:			absolute;
		left: 			0px;
		background-color:		#323232;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		background-color:		#323232;
		}
.scrollContainer { 
		position:			absolute; 
		left:			2px; 
		top:			19px; 
		width:			360px; 
		height:			400px; 
		clip:			rect(0 372 200 0); 
		overflow:			auto; 
		border-top:		0px solid #323232;
		border-left:		0px solid #323232;
		border-right:		0px solid #000000;
		border-bottom:		0px solid #000000;
		background-color:		#323232;
		
		}
.scrollContent { 

		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			350px; 
		background-color:		#323232;
		
		}

