.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:12px;
	
}

/*.upBtn{
	display:block;
	position:absolute;
	top:0;
	bottom: 0px;
	right:0;
	width:12px;
	height:10px;
	background: url("http://www.chasmbeats.com/site/images/upBtn.gif") no-repeat 0 0;
	cursor:pointer;
}

.upBtn:hover{
	background: url("http://www.chasmbeats.com/site/images/upBtn.gif") no-repeat 0 -12px;
}

.upBtn-Active, .upBtn-Active:hover{
	background: url("http://www.chasmbeats.com/site/images/upBtn.gif") no-repeat 0 -24px;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:12px;
	height:10px;
	background: url("http://www.chasmbeats.com/site/images/downBtn.gif") no-repeat 0 -24px;
	cursor:pointer;
}

.downBtn:hover{
	background: url("http://www.chasmbeats.com/site/images/downBtn.gif") no-repeat 0 -12px;
}

.downBtn-Active, .downBtn-Active:hover{
	background: url("http://www.chasmbeats.com/site/images/downBtn.gif") no-repeat 0 0;
}*/

.scrollBar{
	display:block;
	position: absolute;
	top:10px;
	right:2px;
	bottom:10px;
	width:12px;
	background: url("http://www.chasmbeats.com/site/images/scrollBar.gif") repeat-y center top;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:2px;
	width:12px;
	height:35px;
	min-height:13px;
	cursor: pointer;
	padding:11px 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:12px;
	background: url("http://www.chasmbeats.com/site/images/scrollHandleBG.gif") repeat-y 0 0 ;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	background: url("http://www.chasmbeats.com/site/images/scrollHandleBG.gif") repeat-y -12px 0;
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	background: url("http://www.chasmbeats.com/site/images/scrollHandleBG.gif") repeat-y -24px 0;
}

/*.scrollHandleMiddle{
	display:block;
	position: absolute;
	width:24px;
	height:13px;
	background: url(../img/scrollHandleMiddle.gif) no-repeat 0 0  ;
	top:50%;
	margin:-5px 0 0 0;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
	background: url(../img/scrollHandleMiddle.gif) repeat-y -24px 0;
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	background: url(../img/scrollHandleMiddle.gif) repeat-y -48px 0;
}*/

.scrollHandleTop{
	display:block;
	position:absolute;
	width:12px;
	height:5px;
	background: url("http://www.chasmbeats.com/site/images/scrollHandleTop.gif") no-repeat 0 0;
	top:6px;
	margin:-5 0 0 0;
}

.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
	background: url("http://www.chasmbeats.com/site/images/scrollHandleTop.gif") no-repeat -12px 0;
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
	background: url("http://www.chasmbeats.com/site/images/scrollHandleTop.gif") no-repeat -24px 0;
}

.scrollHandleBottom{
	display:block;
	position:absolute;
	width:12px;
	height:5px;
	background: url("http://www.chasmbeats.com/site/images/scrollHandleBottom.gif") no-repeat -24px 0 ;
	bottom:-5;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
	background: url("http://www.chasmbeats.com/site/images/scrollHandleBottom.gif") no-repeat -12px 0;
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	background: url("http://www.chasmbeats.com/site/images/scrollHandleBottom.gif") no-repeat 0 0 ;
}