.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;

}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
	z-index:10px;
	
	/****************/
	background: url(../images/edu_track.gif) repeat-y;
}

.jScrollPaneDrag {
	position: absolute;
	/*background: #666;*/
	cursor: pointer;
	overflow: hidden;
	
	/*******************/
	background: url(../images/edu_drag.gif)  repeat-y;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	
	/********************/
	background: url(../images/edu_drag.gif)  no-repeat;
	height: 2px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	
	/*************************/
	background: url(../images/edu_drag.gif)  no-repeat;
	height: 2px;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	
	/*********************/
	background: url(../images/track-top.gif) no-repeat;
	height:1px;
}
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;
	
	/*********************/
	background: url(../images/track-bottom.gif) no-repeat;
	height: 1px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/***********************************************/
.edu-menu {
	text-indent: 20px;
	width:100%;
	margin:0px;
	padding:0px;
	padding-top:15px;
	text-align:left;clear:both;
	
}
.scroll-pane-catalog {
	width:100%;
	height: 340px;
	overflow: auto;
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
}
.pane-catalog {
	width:100%;
	overflow: auto;
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
}
.scroll-pane-text {
	width:100%;
	height: 310px;
	overflow: auto;
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
}
.noscroll{
	width:100%;
	height: 320px;
	overflow: hidden;
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
}

.edu-word{
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}
.edu-country{
	font-size:12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration:none;
}
.edu-region{
	font-size:12px;
	font-weight: normal;
	color:#ffffff;
	text-decoration:none;
}
.edu-region-column{
	float:left;
	width:155px;
}

.edu-label-open{
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}
a.edu-label-close{
	font-size:12px;
	font-weight:bold;
	color: #b2b2b2;
	text-decoration:none;
}
a.edu-label-close:hover{
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}
.label{
	position:absolute;display:block;right: 140px; bottom: 40px;
}
html* .label{
	position:absolute;display:block;right: 140px; bottom: 0px;
}
html*+ .label{
	position:absolute;display:block;right: 140px; bottom: 0px;
}
.left{
	margin-left:10px;
}
.scroll-pane-text a{
	color:#C1272D;
	text-decoration:none;
}
.scroll-pane-catalog .text a{
	color:#C1272D;
	text-decoration:none;
}