﻿.thumbBox /* div */
{
    
}

    .thumbBox .header
    {
        margin-top:20px;
    }
    
        .thumbBox .header table
        {
            width:100%;
        }
        /* BUTTONS  */
            .thumbBox .header .thumbWinBtn
            {
                
            }
            .thumbBox .header .slideShow
            {
                
            }
            .thumbBox .header .prev
            {
                
            }
            .thumbBox .header .next
            {
                
            }
            .thumbBox .header .loader
            {
                
            }
            .thumbBox .header .indexLabel
            {
                
            }
            .thumbBox .header .spacer
            {
                
            }
            .thumbBox .header .pointer
            {
                cursor: pointer;
            }
                .thumbBox .header .pointer:hover
                {
                    opacity:1;
                    -moz-opacity:1;
                    filter:alpha(opacity=100);
                }
            
            
    .thumbBox .ThumbImg
    {
        
    }
    
    .thumbBox .descriptionBox
    {
        display:none;
    }
        .thumbBox .descriptionBox .imgDesc
        {
            
        }
            .thumbBox .descriptionBox .imgDesc h6
            {
                
            }

.slideShow /* div */
{
    
}

    .slideShow .FullImg /* div */
    {
        text-align:center;
    }
    
        .slideShow .FullImg .imgFull /* img */
        {
            
        }
        
