.scroll{
	position:absolute;
	display:block;
	height:400px;
	overflow:scroll;
	padding: 0 20px 15px 0;
	margin:0;
	background:red;
	background: url(../../css/images/pointilleVertical.gif)  repeat-y top left;
    padding-left: 10px;

}

.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:15px;
	background: #c5c5c5;
	
}

.upBtn{
	display:none;
}

.downBtn{
	display:none;
}

.scrollBar{
	display:block;
	position: absolute;
	top:-15px;
	right:0;
	padding: 0 0 0 0;	
	bottom:12px;
	width:15px;
	
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:15px;
	height:35px;
	min-height:4px;
	cursor: pointer;
	padding:0;
	margin:13px 0 0 0;
	
}
* html .scrollHandle{
	left:1px;	
}


.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:15px;
	
	background: #cc0000;
	
}



