#scr1 #scrScrollbar, #scr2 #scrScrollbar1 {
position: absolute;
right: 0;
top: 0px;
width: 13px;
height: 370px;
}
#scr2 #scrScrollbar1 {
right: -19px;
}



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

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





#scr1 #scrTrack, #scr2 #scrTrack1 {
position: absolute;
right: 0px;
top: 0px;
width: 16px;
height: 348px;
background: #afc3da;
z-index: 20;
margin-top: 16px;
}


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


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

#scr1 #scrContent, #scr2 #scrContent1 {
position: absolute;
left: 0px;
top: 0px;
height: 170;
width: 170px;
}






