
#content {
/* Typical fixed height and fixed width example */
width: 440px;
height: 380px;

xoverflow: auto;
overflow-x:hidden;
overflow-y:auto;
/* IE overflow fix, position must be relative or absolute*/
xposition: relative;
position: absolute;
xbackground-color: #E7EADE;
margin: 0.3em auto;
padding: 5px;

xmargin-top:150px;
xmargin-left:510px;
border:0px solid #111111;
}

#alt{
position: absolute;
margin-top:150px;
margin-left:495px;
height:278px;
width:385px;
border:0px solid #333333;
font-size:85%;
overflow-x:hidden;
overflow-Y:auto;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color:#fff;
}
.vscrollerbar {
width: 10px;
background-color: #dddddd;
}
.hscrollerbase {
height: 10px;
background-color: #fff;
}
.hscrollerbar {
height: 10px;
background-color: #fff;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
