/*********************** SCROLLERS ***********************/
.root {
	position:relative;
}
.thumb {
	position:absolute;
	height:11px;
	width:15px;
	border:1px solid #000;
	left:10px;
	background:url('pics/scrollbar/scroll_indicator.png') no-repeat center;
	cursor:pointer;
	z-index:50;
}
.up, .dn {
		position:			absolute;
		left: 			10px;
		z-index:50;
}
.up a, .dn a  {
		display:block;
		width:15px;
		height:15px;
}
.up a {	background: url('pics/scrollbar/scroll_up.png') no-repeat center;}
.dn a {	background: url('pics/scrollbar/scroll_down.png') no-repeat center;}
.bar {
	background: url('pics/scrollbar/scroll_bar.png') repeat-y center;
	width:15px;
	position:absolute;
	top:5px;
	z-index:40;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
