﻿/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
/*core classes*/ 
.stripViewer { position: relative; overflow: hidden; margin: 0 0 1px 0; width:530px; height:230px; z-index:1; } 
.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; } 
.stripTransmitter { overflow: auto; width: 1%; padding:5px 0 5px 10px; background-color:#e9e9e9; width:520px; } 
.stripTransmitter ul { margin: 0; padding: 0; position: relative; float:right; list-style-type: none; } 
.stripTransmitter ul li{ width: 25px; float:left; margin: 0 1px 1px 0; } 
.stripTransmitter a{ width:15px; height:15px; font: bold 10px Verdana, Arial; text-align: center; line-height: 15px; border:1px solid #969696; background: #fff; color: #969696; text-decoration: none; display: block; } 
.stripTransmitter a:hover, a.current{ background: #969696; color: #fff; } 
#stripCollectionLink
{
    width:200px;
	height:20px;
    background:none;
    border:none;
	float:left;
	font-size: 12px;
}
    #stripTransCollectionName
    {
        font-size:14px;
        font-weight:bold;
        color:#9a9a99;
		float:left;
    }
    #stripTransCollectionInfo
    {
        font-size:14px;
        font-weight:bold;
        color:#c7dc65;
    }
/*tooltips formatting*/ 
.tooltip { padding: 0.5em; background: #fff; color: #000; border: 5px solid #dedede; } 

#collectionOverlay
{
    position:absolute;
    top:20px;
    right:20px;
    z-index:2;
    color:#fff;
    text-align:right;
}
    #collectionOverlay #collectionName
    {
        font-size:28px;
        margin-bottom:5px;
    }
    #collectionOverlay #collectionPromoInfo
    {
        font-size:24px;
    }
