.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
padding:0px;
}
.vscrollerbar {
width: 7px;
background-color: #9e9898;
padding-top:15px;
padding-top:0px;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: none;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: none;
}


	
#mycustomscroll {					
	width:850px;
	height:500px;
	overflow: auto;						
	position: relative;
	left:12%;
	background-color: none; 
	padding:0px;
	color:white;
	}

.percentagewrap {
	width:80%;
	margin:0 auto;
	padding:10px;
	}
	
	
.fixedwidth {
	width:950px;
	height:auto;
	position:relative;
	color:white;
	padding:1px;
	}
.percentagewrap {
	width:80%;
	margin:0 auto;
	padding:10px;
	}
	
	.boxInner {
	padding:30px 0px 0px 50px;
	margin:0px;
	font-size:0.9em;
	}
	
