@charset "utf-8";
/* CSS Document */

.root, .rootWide 		{
		position:	relative;
		height:		380px;
		margin: 	0px;		
}

.root {
	width:420px;
}
		
.rootWide {
	width:780px;
	margin: 68px 0 0 0;
}		
		
.root p 	{
		margin:	0px;
		}
		
.thumbat 		{
		position:	absolute;
		height:		9px;
		width:		15px;
		left: 		10px;
		}
.up, .dn 	{
		position:	absolute;
		left: 		10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumbat a , .thumbat a img{
		border:			0;
		}
		
		
.scrollContainerat, .scrollContaineratWide { 
		position:	absolute; 
		left:		0px; 
		top:		0px; 
		height:		400px;
		overflow:	auto; 
}

.scrollContainerat { 
		width:	420px;  
		clip:	rect(0 467 400 0); 
}

.scrollContaineratWide { 
		width:	780px;  
		clip: 	rect(0 827 400 0); 
}
		
		
.scrollContentat { 
		position:	absolute; 
		left:		0px; 
		top:		0px; 
		width:		20px; 
}


