.lipsum{
	padding-left:5px;
	padding-right:5px;
	font-size: 11px;
}

#mycustomscroll {
	width: 620px;#width: 620px;
	height: 230px;#height: 230px;
	overflow: auto;
	position: relative;
}

#mycustomscroll2
{
	width: 320px;#width: 320px;
	height: 269px;
	overflow: auto;
	position: relative;
}

#mycustomscroll3
{
	width: 580px;
	height: 360px;
	overflow: auto;
	position: relative;
}

.percentagewrap {
width: 80%;
margin: 0 auto;
padding: 10px;
}
	
.fixedwidth
{
	width: 620px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
.scrollcontent {
background:none;
font-family:Arial, Regular;
font-size:11px;
width:620px;
height:230px;
padding: 0px 0px 0px 0px;

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

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


