﻿/*preload classes*/
.svw
{
    width: 50px;
    height: 20px;
    background: #fff;
}
.svw ul
{
    position: relative;
    left: -999em;
}

/*core classes*/
.stripViewer
{
    float: left;
    clear: both;
    position: relative;
    overflow: hidden;
    border: 2px solid #ccc;
    margin: 30px 0 1px 0;
}
.stripViewer ul
{
    /* UL of images */
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 1%;
    list-style-type: none;
}
.stripViewer ul li
{
    float: left;
}
.stripViewer ul li img
{
    float: left;
    position:absolute;
}
.stripTransmitter
{
    float: left;
    margin-left: 24px;
}
.stripTransmitter ul
{
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}
.stripTransmitter ul li
{
    float: left;
    clear: both;
    width: 17px;
    height: 17px;
    overflow: hidden;
    margin: 15px 0 0 0;
}
.stripTransmitter ul li.current
{
    width: 100px;
}
.stripTransmitter ul li a:first-child
{
    background: #ccc;
}
.stripTransmitter ul li.current a:first-child
{
    background: #fff;
    color: #ccc;
}
.stripTransmitter ul li a
{
    float: left;
    clear: none;
    width: 15px;
    margin: 0px 8px 0 0;
    font: bold 10px Verdana, Arial;
    text-align: center;
    line-height: 15px;
    border: 1px solid #999;
    color: #ccc;
    text-decoration: none;
    display: block;
}
.stripTransmitter ul li a:hover, .stripTransmitter ul li a.current
{
    border: 1px solid #e2001a;
    background: #e2001a;
    color: #e2001a;
}
.stripTransmitter ul li.current a:hover, .stripTransmitter ul li a.current
{
    color: #fff;
}
.stripTransmitter ul li.current a:first-child.current, .stripTransmitter ul li.current a:first-child:hover
{
    background: #e2001a;
    color: #fff;
}

.stripCaption
{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    height: 35px;
    overflow: hidden;
    margin: 15px 0 1px 0;
}
.stripCaption ul
{
    /* UL of images */
    margin: 0;
    margin-left: 5px;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    list-style-type: none;
}
.stripCaption ul li
{
    float: left;
    height: 50px;
    width: 100%;
}

/*tooltips formatting*/
#tooltip
{
    background: #fff;
    color: #000;
    opacity: 0.85;
    border: 5px solid #dedede;
}
#tooltip h3
{
    font: normal 10px Verdana;
    margin: 0;
    padding: 6px 2px;
    border: 0;
}
ul#porttype
{
    position: absolute;
    width: 135px;
    margin-left: 425px;
    margin-top: 28px;
    margin-bottom: 44px;
    line-height: 20px;   
}
ul#porttype li a.selected
{
    color: #e2001a;
    font-weight: bold;
}
ul#porttype li a:hover 
{
	color: #e2001a;
	
}
ul#porttype li a span
{
    display: block;
    float: left;
    cursor: pointer;
    background: #cccccc;
    clear: none;
    width: 15px;
    margin: 2px 8px 0 0;
    font: bold 10px Verdana, Arial;
    text-align: center;
    line-height: 15px;
    border: 1px solid #999;
    color: #fff;
    text-decoration: none;
    display: block;
}
ul#porttype li a.selected span, ul#porttype li a:hover span
{
    border: 1px solid #e2001a;
    background: #e2001a;
    color: #fff;
}
a.weblink
{
    color: #e2001a !important;
}

.imgbtnback, .imgbtnnext
{
    margin:0;
    position: absolute;
    display: block;
    width: 198px;
    height: 397px;
    background: url(../img/gal_btn.png);
    z-index:10000;
}
.imgbtnnext
{
    margin-left: 199px;
}
.imgbtnback:hover
{
    background: url(../img/gal_back.png);
}
.imgbtnnext:hover
{
    background: url(../img/gal_next.png);
}

.stripViewer ul li div
{
    float: left;
    width:397px; height:397px;
}

