﻿/*preload classes*/
.svw
{
    width: 540px;
    background-color: #091014;
    text-align: right;
    overflow: hidden;
}
.svw ul
{
    position: relative;
    left: 1px;
}
/*core classes*/
.stripViewer
{
    position: relative;
    overflow: hidden;
    margin: 0 0 1px 0;
    background-color:#091014;
}
.stripViewer ul
{
    /* this is your UL of images */
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 1%;
    list-style-type: none;
}
.stripViewer ul li
{
    float: left;
    list-style-type: none;
    list-style-image: url(list-type-images.png);
}
.stripTransmitter
{
    overflow: auto;
    width: 1%;
    background-color:#091014;
}
.stripTransmitter ul
{
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    float: right;
    padding-right: 0px;
}
.stripTransmitter ul li
{
    width: 20px;
    float: left;
    margin: 0 1px 1px 0;
}
.stripTransmitter a
{
    font: bold 10px Arial;
    text-align: center;
    line-height: 22px;
    background: #09191D;
    color: #7F9193;
    border: solid 1px #80afdf;
    text-decoration: none;
    display: block;
}
.stripTransmitter a:hover, a.current
{
    background: #09191D;
    color: #6fbe00;
    border: solid 1px #fff;
}
/*Cus*/
.SlideViewerContent
{
    width:540px;
    height: 253px;
    overflow: hidden;
}

.calll
{
	color: red;
	height: 21px; display: block; border: 0px; margin: 0; padding: 0px; padding-top: 25px; padding-right: 3px;
	font-size: 8pt; font-weight: bold;
	text-align:right;
}