/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			283px;
	width:			413px;
	margin: 			0px;
	float: left;
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		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:			413px; 
		height:			283px; 
		clip:			rect(0 413 283 0); 
		overflow:			auto; 
		border-top:		    none;
		border-left:		none;
		border-right:		none;
		border-bottom:		none;
		background:		#fff;
		}
.scrollContent {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			413px;
	height:         440px;
		}
