/* Start of CMSMS style sheet 'jScrollPane' */
#office-gallery .scroll-pane {
	height: 255px;
        width:200px;
	}

#office-content .scroll-pane, #office-download .scroll-pane, #office-contact .scroll-pane, #office-text-content .scroll-pane, #office-news .scroll-pane {
	height: 370px;
        width:200px;
	}

#office-news .contentright .scroll-pane {
	height: 420px;
        width: 550px;
        padding-right: 10px;
	}

#office-download .contentright .scroll-pane { 
margin: 20px 0px 0px 20px;
height: 420px;
        width: 570px;
        padding-right: 10px;
 }

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top:10px!important;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #F4F5F7;
}
.jScrollPaneDrag {
	position: absolute;
	background: #C7E0F3;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #C7E0F3;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #83AED0;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #C7E0F3;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-color: #83AED0;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/* End of 'jScrollPane' */

