/* 
	Styles for scrolling layers  
	Specify width and height in hold and wn, and in clip for wn 
*/

.scrollerContent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:#666666;
}

.scrollerContentLink a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#C20E2F;
	text-decoration:none;
}

.scrollerContentLink a:hover {
	color:#000000;
	text-decoration:none;
}

.scrollerContentLink a:active {
	color:#000000;
	text-decoration:none;
} 

.scrollerContentLink a:visited {
	color:#C20E2F;
	text-decoration:none;
}

.scrollerContentLink a:visited:hover {
	color:#000000;
	text-decoration:none;
}
div#scrBox { 
	position:relative; overflow:hidden;
	width:130px; height:291px; 
	z-index:100; 
}

div#scr { 
	position:absolute; 
	left:0px; top:0px; 
	width:128px; height:292px; 
	clip:rect(0px, 128px, 291px, 0px); 
	overflow:hidden;	
	z-index:1; 
}

div.scrContent { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	color: #666666;
	z-index:1; 
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrBar { 
	position:relative; left:0; top:0;
	width:11px; height:290px; 
	font-size:1px; z-index:1;
}

div#scrTrack { 
	position:absolute; left:0; top:19px;
	width:11px; height:252px;
	z-index:1;
}

div#scrDragBar {
	position:absolute; left:0px; top:0px;
	width:14px; height:20px;
	background-color:#CCCCCC;
	z-index:1;
}  

div#scrUp { position:absolute; left:0; top:0; z-index:2 }  

div#scrDown { position:absolute; left:0; bottom:0; z-index:3 }