/*.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:8px;
	height:7px;
	background:  url(../images/scrollBarImgs/upBtn.jpg) no-repeat 0 0;
	cursor:pointer;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:8px;
	height:7px;
	background:url(../images/scrollBarImgs/downBtn.jpg) no-repeat 0 0 ;
	cursor:pointer;
}*/

.scrollBar{
	display:block;
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	width:4px;
	cursor:pointer;
}

.scrollHandle{
	display:block;
	position:absolute;
	/*right:0;*/
	width:4px;
	cursor: pointer;
	background:  url(../images/scrollBarImgs/scrollHandleBg.jpg) ;

	
}
/*.scrollHandleBG{
	display:block;
	position: absolute;
	width:3px;
	height:100%;
	cursor:pointer;
	
	
}
/*.scrollHandleMiddle {
display:block;
height:50px;
position:absolute;
width:4px;
}*/

/*.scrollHandleTop{
	display:block;
	position:absolute;
	width:4px;
	height:4px;
	background: url(../images/scrollBarImgs/scrollHandleTop.jpg)  no-repeat;
}


.scrollHandleBottom{
	display:block;
	position:absolute;
	bottom:0;
	width:4px;
	height:4px;
	background: url(../images/scrollBarImgs/scrollHandleBottom.jpg)  no-repeat;
	}*/

.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:4px;
	background:  url(../images/scrollBarImgs/scrollBar.jpg);
}

.scroll
{
overflow:scroll;
}