.scroll-pane {
	width: 706px;
	overflow: auto;
	height: 231px;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0px;
	background-image: url(../images/track.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-image: url(../images/scroll.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 38px;
	width: 9px;
	margin: 0px;
	padding: 0px;
}

.subtitulosInterna2{
	color:#FF0000;
}

#contenedorScrollInterna2{
	width:350px;
}

.scroll-pane{
	width:350px;
	height: 180px;
}
