.scroll-pane-bars {
	overflow: auto;
	height: 295px;
	*height: 295px;
}

.scroll-pane {
	overflow: auto;
	height: 295px;
	*height: 295px;
}

.sc_firma {
	width: 485px !important;
}

.sc_firma_bars {
	width: 510px;
}

.sc_enlaces, .sc_mapa, .sc_faq {
	width: 620px !important;
}

.sc_enlaces_bars, .sc_mapa_bars, .sc_faq_bars {
	width: 640px;
}

.sc_clientes {
	width: 375px !important;
}

.sc_clientes_bars {
	width: 395px;
}

.sc_servicios {
	width: 502px !important;
	*width: 506px !important;
}

.sc_servicios_bars {
	width: 522px;
	*width: 526px;
}

.sc_documentacion {
	width: 631px !important;
	*width: 635px !important;
}

.sc_documentacion_bars {
	width: 651px;
	*width: 655px;
}

.sc_contacto {
	width: 760px !important;
	*width: 764px !important;
}

.sc_contacto_bars {
	width: 776px;
	*width: 780px;
}


.left .jScrollPaneTrack {
	left: 0;
	right: auto;
}
.left a.jScrollArrowUp {
	left: 0;
	right: auto;
}
.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 4px;
	height: 100%;
	background: #CAD6E6;
}
.jScrollPaneDrag {
	position: absolute;
	background: #0069A3;
	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: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}