/*! jQuery Scrollbars | License: https://github.com/nathggns/Scrollbars/blob/master/LICENSE */
.scrollElement.scrollRoot{
	overflow:hidden
}
.rootWrap{
	/*overflow-x:auto;
	overflow-y:auto;*/
}
.scrollElement.axisInUseX .rootWrap{
	overflow-x:hidden
}
.scrollElement.axisInUseY .rootWrap{
	/*overflow-y:hidden*/
}
.scrollElement.scrollRoot:focus{
	outline:0
}
.scrollElement.dragConX{
	height:10px;
	left:0;
	width:100%;
	bottom:0
}
.scrollElement.dragConY{
	width:8px;
	top:0;
	height:100%;
	right:0
}
/*.scrollElement.dragCon{
	background:url(../images/scroll_bg.png) repeat-y;
	background:#e4e4e4;
	position:absolute;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}*/
.scrollElement.drag{
	background:#979797;
	/*background:url(../images/scroll_thunb.png) no-repeat center;*/
	left:0;
	position:absolute;
	top:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.scrollElement.dragX{
	/*min-width:5%;
	max-width:95%;
	height:100%*/
}
.scrollElement.dragY{
	/*height:3% !important;
	min-height:5%;
	width:100%*/
}
.scrollElement.dragConInner{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0
}
.scrollElement.contentWrap{
	float:left;
	position:relative;
	min-width:100%;
	min-height:100%
}