.mcHidden {
	/*width: 0px;
	height: 0px;
	*/
	padding-top:1000px;
	overflow:hidden;
	display:none;

}
.mcOpen {
	/*width: 100%;*/
	padding-top:0px;
}



.scrollbar-vert{
	background-color: #959E6B;
	height: 325px;
	padding-top: 4px;
	width: 15px;
	float:left;
}
.handle-vert{
	height: 42px;
	width: 15px;
	background: url(../images/handle.gif) no-repeat;
}

