/*
 * CONTENT MASK:
 */

div#contentMask {
 top: 65px;
 left: 120px;
 width: 716px;
 height: 343px;
 clip: rect(0, 716px, 343px, 0);
}

div#contentMask div.scrollContent {
 width: 712px;
 min-height: 30px;
 _height: 30px !important;
}

/*
 * SCROLLBAR:
 */

div#scrollbar {
 top: 60px;
}