#contentText {
/* Typical fixed height and fixed width example */
width: 600px;
height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
margin: 0.3em auto;
padding: 15px;
}

#contentText p {
	padding-right: 1em;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 12px;
background-color: white;
}

.vscrollerbar {
width: 12px;
background-color: transparent;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.vscrollerbasebeg {
width: 12px;
height: 22px !important;
background: url(../images/arrow_up.gif) no-repeat;
}

.vscrollerbaseend {
width: 12px;
height: 22px;
background: url(../images/arrow_down.gif) no-repeat;
}

