/*********************** SCROLLERS ***********************/
.root {
		position:relative;
		height:			300px;
		width:			408px;
		margin: 			0px 0px 10px 0px;
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:		absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up 	{
		position:		absolute;
		left: 			10px;
		}
.dn	{
		position:		absolute;
		left: 			10px;
		}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollBk{
		position:		relative;
		width:			16px;
		left: 				10px;
		top:				10px;
		background:url('images/scrollLineBk2.jpg');
		background-position: top center; 
		background-repeat: repeat-y;
		border: 1px solid #000000;
		height:				300px;
		float: 				left;
		z-index:				0;
		/*background-position: left;
		background-repeat:no-repeat;*/
		
		}
.scrollContainer { 
		position:			absolute; 
		left:					-4px; 
		top:					12px; 
		width:				408px; 		
		overflow:			auto;
		}
.scrollContent { 
		position:		absolute; 
		left:				0px; 
		top:				3px; 
		width:			408px;
}
.flash{
	z-index:-5;
}