.texto-escuela{
	width:300px;
	display:block;
}
#panel-escuela{
	height:200px;
	width:330px;
	background-color: transparent;
}
.texto-alumnos{
	width:230px;
	//width:225px;
	display:block;
	padding-left:5px;
}
#panel-alumnos{
	height:190px;
	width:270px;
	//width:265px;
	background-color: transparent;
	//margin-left:-140px;
}

.texto-aulas{
	width:290px;
	display:block;
	padding-left:5px;
}
#panel-aulas{
	height:120px;
	width:320px;
	background-color: transparent;
		//margin-left:-40px;
}
.texto-actividades{
	width:260px;
	display:block;
	padding-left:5px;
}
#panel-actividades{
	height:270px;
	width:295px;
	//width:290px;
	background-color: transparent;
		//margin-left:-150px;
}
.osX .jScrollPaneTrack {
	background: url(../images/track.png) repeat-y;
}

#escuela_txt .osX .jScrollPaneDrag {
	//margin-left:0px;
}

.osX .jScrollPaneDrag {
	background: url(../images/osx_drag_middle.gif) repeat-y;
	//margin-left:-8px;
}
.osX .jScrollPaneDragTop {
	background: url(../images/osx_drag_top.gif) no-repeat;
	height: 6px;
}
.osX .jScrollPaneDragBottom {
	background: url(../images/osx_drag_bottom.gif) no-repeat;
	height: 7px;
}
			
.osX a.jScrollArrowUp {
	height:24px;
	background: url(../images/osx_arrow_up.gif) no-repeat 0 -30px;
}
.osX a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.osX a.jScrollArrowDown {
	height: 24px;
	background: url(../images/osx_arrow_down.gif) no-repeat 0 -30px;
}
.osX a.jScrollArrowDown:hover {
	background-position: 0 0;
}
.left .jScrollPaneTrack {
	left: 0;
	right: auto;
}
.left a.jScrollArrowUp {
	left: 0;
	right: auto;
}
.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}
		
/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */

