@charset "utf-8";
/* CSS Document */

*+html .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:10px;
	height:100%;
	margin-right:50px;
	margin-left:-4px;
	text-align:center;
	height:10px;
	background-image:url(../img/bar_off.png);
}

*+html .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{
	width:10px;
	height:100%;
	margin-right:50px;
	margin-left:-4px;
	text-align:center;
	height:10px;
	background-image:url(../img/bar.png);
}

*+html .mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:400px;
	margin:0 auto;
}

*+html .mCSB_scrollTools .mCSB_buttonDown{
	bottom:0;
	margin-top:-80px;
}
