/* @override http://www.dreamtents.com/css/mooScroll.css */

.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:340px;
	width:24px;
}

.scrollBar{
	display:block;
	position: absolute;
	right:0;
	
	top: 0px;
	bottom:0px;
	
	width:14px;
		height:340px;


}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:14px;
	height:35px;
	min-height:13px;
	cursor: pointer;
	padding:11px 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	width:14px;
	background-color: #f39222;
	height: 100%;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{

}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	
}

.scrollHandleMiddle{

}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{

}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{

}

