<style>
body {
}
iframe {
position: absolute;
top: 80px;
margin: 0px;
left: 150px;
width: 80%;
height: 80%;
}
#scroll {
font-family: arial, helvetica, verdana, sans-serif; 
color: #2222ff;
font-size: 11px;
font-weight: bold;
text-align: center;
font-varient: small-caps;
}
#submenu {
position: absolute;
margin: 5px;
top: 190px;
font-size: 13px;
left: 5px;
color: #ffffff;
}
#down {
position: absolute;
top: 0px;
right: 20px;
font-family: arial, helvetica, verdana, sans-serif; 
color: #2222ff;
font-size: 11px;
font-weight: bold;
}
#thumbs {
position: absolute;
top: 90px;
left: 10px;
}
#info {
font-size: 12px;
color: #ffffff;
}
#content {
position: absolute;
width: 90%;
left: 5%;
}
#across {
font-family: arial, helvetica, verdana, sans-serif; 
color: #2222ff;
font-size: 11px;
font-weight: bold;
}

#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}
</style>
