
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.post a
{
	color:#46BFF7;
}
.vscrollerbase {
width: 9px;
background:url(images/scroll-bot-bg.gif) repeat-x 0%;
border:1px solid #ffffff;
border-right:1px solid #ffffff
}
.vscrollerbar {
width: 9px;
background-color: #46bff7;
}
.hscrollerbase {
height: 9px;
background-color: white;
}
.hscrollerbar {
height: 9px;
background-color: black;
}

.scrollerjogbox {
width: 9px;
height: 9px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

#scroll {
/* Typical fixed height and fixed width example */
width: 750px;
height: 330px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:8px auto 0 auto;
padding:0px 0px 0 0;
} 
