/*********************** SCROLLERS ***********************/
.root 		{
		position:		relative;
		height:			100%;
		width:			100%;
		border:			0px solid #FF0000;
		}


.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0px;
		}
.scrollContainer {
	position:		relative;
	/*
	width:			30%;
	height:			80%;
	*/
	clip:			rect(0 50 150 0);
	overflow:			auto;
	border:			0px solid #FF9900;
		}
.scrollContent { 
		position:		relative;
		/*
		width:			50px;
		height:			50px;
		*/
		/*height:2000px;*/
		border:0px solid #33FF00;
		
		}
		
.root iframe {
	height:			1500px;
}


.up A:link, .dn A:link, dn A:link, thumb A:link, .up A:hover, .dn A:hover {
	background-color:transparent;
}
