

/*********************** SCROLLERS ***********************/

a img {
	border: none;
}
.up, .dn
{
	position: absolute;
	left:     10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img
{
	border: 0px;
}

.rootIndex
{
/*position: absolute;*/
	left: 150px;
	top: 5px;
	height:   170px; /*150 masha*/
	width:    255px;
	background:url(../images/scroll/scroller_bg.gif) right top repeat-y;
}
.rootIndex .thumb
{
	position: absolute;
	cursor:   pointer;
	left: 101px !important;
}
.rootIndex .scrollContainer
{ 
	left:165px; 
	top:85px; 
	width:90px; 
	height:   170px; 
	overflow:hidden;	
}
.rootIndex .scrollContent
{ 
	position: absolute; 
	left:     0px; 
	top:      0px; 
	width:    110px; 
}


.rootIndex table  {
	border-collapse: collapse;
}

div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
}

div#wn	{ 
    position:relative;
    width:92px; 
	height:151px;
    overflow:hidden;
}
    
div#scrollbar { 
	position:relative;
	width:11px; 
	height:171px;/*151px; masha */ 
	font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
}
div#track { 
	position:absolute; 
	left:245px; 
	top:-1px;
	width:9px; 
	height:173px; /* 152 masha*/
	background: url(../images/scroll.png) no-repeat 3px 50%;
}
div#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:9px;
	height:20px;
	background:#60b3dd url(../images/scroll/scroller_button.gif) no-repeat 0 50%;
}  
div#lyr1 {
	padding-right: 5px;
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
} 




