DIV#tickerholder {
 position: relative;
 width: 978px;
 height: 19px;
 left: 0px;
 top: 0px;
 overflow: hidden;
}
DIV#slideholder {
 position: relative;
 width: 100%;
 height: 236px;
 left: 0px;
 top: 0px;
 overflow: hidden;
 background-image: url("/images/frameback.gif");
 background-repeat: repeat-x;
 background-color: white;
}
DIV#toptabholder {
 position: relative;
 width: 100%;
 height: 236px;
 left: 0px;
 top: 0px;
 overflow: hidden;
 background-image: url("/images/frameback.gif");
 background-repeat: repeat-x;
 background-color: white;
}
.slideitem {
 width: 410px;
 height: 235px;
 position: absolute;
 left: 0px;
 top: 0px;
}
.toptabitem {
 width: 299px;
 height: 235px;
 position: absolute;
 left: 0px;
 top: 0px;
}
.slideheader {
 background-color: white;
 background-image: url("/images/boxes/boxhdrg-back.gif");
 background-repeat: repeat-x;
}
.slidetitle {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #0030A0;
}
