﻿/* Styles for the Hero JQuery control */

        .slideshowQuote
        {
	        background: transparent url('Images/hero_quote_bkg.png') repeat top left;
            color:#FDFDFD;
            font-family:Klavika, Arial;
            font-size:16px;
            position:relative;
            top:0px;
        }
                
        .slideshowNavigationButton
        {
            background:url('Images/Nav.png') no-repeat 0 0;
            background-color:White;
            cursor:pointer;
            border-color:#FDFDFD;
            color:White;
            font-size:11px;
        }
        
        .slideshowNavigationButton.selected
        {
            background:url('Images/NavSelected.png') no-repeat 0 0;
            background-color:#333333;
            cursor:pointer;
            color:Black;
            font-size:11px;
        }
        
        .slideshowQuote a 
        { 
            color:#FDFDFD; 
            font-size:12px; 
            font-style:italic; 
            font-family:Georgia; 
            background-image:url('Images/sm_white_arrow.png'); 
            background-repeat:no-repeat; 
            background-position:bottom right;
            padding-right:25px;
        }
        
        .slideshowAuthor { font-size:12px; }
        
        .slideshowLinkDescription { font-size:11px; color:#C1C1C1; }
        
        .slideMask { background-color:#333333; }
        
        /* Styles for single video controls */
        
        .slideMask2 {color:#ffffff;}


        .videoLink,
        .videoLinkDiv
        {
            position:relative;
        }
        
        .videoThumbImage
        {
            position:absolute;
            top:0;
            left:0;
            z-index:100;
        }
        .videoThumbOverlay
        {
            position:absolute;
            top:0;
            left:0;
            background:transparent url('Images/VideoThumbnailOverlay.png') no-repeat center center;
            z-index:99;
        }
     
        .videoLinkDiv a.videoThumb:hover .videoThumbOverlay
        {
            
            border:solid 1px transparent; /* Allows IE to show the overlay */
            z-index:101

        }
