#scr1 #scrScrollbar, #scr2 #scrScrollbar1 {
position: absolute;
right: 0;
top: 0px;
width: 13px;
height: 503px;
}
#scr2 #scrScrollbar1 {
right: 20px;
}



#scr1 #scrDec, #scr2 #scrDec1 {
position: absolute;
right: 0px;
top: 0px;
width: 16px;
height: 16px;
background: url('gfx/scr-up.gif') no-repeat;
z-index: 21;
cursor: pointer;
}
#scr2 #scrDec1 {
right: -30px;
}
#scr1 #scrInc, #scr2 #scrInc1 {
position: absolute;
right: 0px;
top: 486px;
width: 16px;
height: 16px;
background: url('gfx/scr-down.gif') no-repeat;
z-index: 21;
cursor: pointer;
}
#scr2 #scrInc1 {
right: -30px;
}




#scr1 #scrTrack, #scr2 #scrTrack1 {
position: absolute;
right: 0px;
top: 0px;
width: 16px;
height: 468px;
background: #e9e8e0;
z-index: 20;
margin-top: 17px;
}
#scr2 #scrTrack1 {
background: #fff;
right: -30px;
}


#scr1 #scrDrag, #scr2 #scrDrag1 {
position: absolute;
right: 2px;
top: 0px;
width: 12px;
height: 40px;
background: url('gfx/scr-drag-vert.png') no-repeat 0 0;
z-index: 22;
float: left;
cursor: pointer;
margin-top: 17px;
}

#scr2 #scrDrag1 {
right: -28px;
}

#scr1 #scrContentMask, #scr2 #scrContentMask1 {
position: absolute;
left: 0px;
top: 0px;
width: 165px;
height: 506px;
clip: rect(0, 420, 570, 0);
overflow: hidden;
}

#scr1 #scrContent, #scr2 #scrContent1 {
position: absolute;
left: 0px;
top: 0px;
_height: 680px;
width: 165px;
}
#scr1 #scrContent, #scr1 #scrContentMask {
	width: 260px;
}






