/*********************** SCROLLERS ***********************/
.root 		{
		position:		absolute;
		/*
		height:			320px;
		width:			300px;
		*/
		z-index:		500;
		border:			0px solid #FF0000;
		}
.root p 	{
		/*margin:			10px 10px 5px 10px;*/
		}

.up, .dn, .thumb 	{
		position:		absolute;
		/*left: 			10px;*/
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		background-color:transparent;
		}
		
.scrollContainer {
	/*position:		absolute;*/
	border:			0px solid #FFCC00;
		}
.scrollContent { 
		/*
		position:		relative; 
		left:			2px; 
		top:			80px; 
		width:			100px;
		height:			500px;
		*/
		
		/*height:			500px;*/
		border:			0px solid #FFFFFF;
		}
		
.root iframe {
	/*height:			500px;*/
	border:			0px solid #FFFFFF;
}

