/*
 * CONTENT MASK:
 */

div#contentMask {
 top: 55px;
 left: 120px;
 width: 710px;
 height: 370px;
 clip: rect(0, 710px, 370px, 0);
}

div#contentMask div.scrollContent {
 width: 710px;
 min-height: 30px;
 _height: 30px !important;
}

/*
 * SCROLLBAR:
 */

div#scrollbar {
 top: 50px;
 left: 830px;
}