/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			320px;
		width:			460px;
		margin: 		0px 0px 0px 0px;

		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:			absolute;
		height:			5px;
		width:			5px;
		left: 			0px;
        margin-top: 20px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
        margin-top: 20px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			400px; 
		height:			280px; 
		clip:			rect(0 400 280 0); 
		overflow:			auto; 
		border:		none;
		background:		none;
        
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			400px; 
		}
