
/*preload classes*/
.svw   { font-family: Georgia; background-repeat: repeat; background-attachment: scroll; background-position: 0 50%; width: 50px }
.svw ul { position: relative; left: -999em }
/*core classes*/
.stripViewer             { margin: 0 0 -20px; position: static; z-index: 999; height: 25px; overflow: hidden }

.stripViewer ul    { list-style-type: none; margin: 0; padding: 0; position: relative; left: 0; width: 1% }
.stripViewer ul li   { float: left }

.stripTransmitter   { width: 1%; overflow: auto }

.stripTransmitter ul   { list-style-type: none; margin: 0; padding: 0; position: relative }

.stripTransmitter ul li    { background-image: url(images/bannerbg.png); background-repeat: repeat; background-position: 0 top; margin: 0 1px 1px 0; width: 20px; height: 20px; float: left }

.stripTransmitter a                  { color: #737b61; font: bold 10px/22px Verdana, Arial; text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 50%; text-align: center; display: block }

.stripTransmitter a:hover, a.current            { color: #a7a7a6; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 50% }
