.dojoxScrollWindow {
	position:relative;
}
.dojoxScrollHelper .helperInner {
	visibility: hidden;
}
.dojoxScrollHelper {
	border:0px solid #b7b7b7;
	width:6px;
	background:#EAC598;
	height:4px;
	position:absolute;
	top:40px;
	left:4px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.dojoxScrollWrapper {
 	width:100%; 
}

