/*********************** SCROLLERS ***********************/
.thumb 		{ position:			absolute; height:			42px; width:			15px; z-index: 255; background-repeat: no-repeat; background-position: center top; background-image: url(../img/thumb.gif); margin-top: -11px; cursor: pointer; }
.up, .dn 	{ position:absolute; z-index: 2560; height: 18px; width: 440px; left: 0px; }
.up { background-image: url(../img/up.gif); background-repeat: no-repeat; background-position: center center; }
.dn { background-image: url(../img/dn.gif); background-repeat: no-repeat; background-position: center center; }
.up a, .dn a { border: 0; display: block; height: 12px; width: 440px; }
.scrollContainer { 
		position:absolute; 
		left:0px; 
		top:0px; 
		width:440px; 
		height:520px; 
		clip:rect(0 467 200 0); 
		overflow:auto; 
		}
.scrollContent { position:absolute; left:0px; top:0px; width:440px; padding-bottom: 10px; }
