﻿body {
}

#gallery {
    width:400px; 
    height:290px; 
    padding:10px 0; 
    position:relative;
    margin-bottom:10px;
    }
    
#gallery b.default {
    position:absolute;
    left:230px; 
    top:10px; 
    width:400px; 
    height:320px; 
    text-align:center;
    }
        
#gallery b.default img {
    display:block; 
    margin:0 auto 0 auto; 
    border:1px solid #0065bd; 
    }

#gallery b.default span {
    display:block;
    font-size:11px;
    font-weight:normal; 
    width:auto; 
    margin:0 auto;
    }

#gallery ul {
    list-style:none; 
    width:180px; 
    position:relative; 
    float:left;
    }
    
#gallery ul li {
    display:inline; 
    width:52px; 
    height:52px; 
    float:left; 
    margin:0 0 5px 5px;
    }
    
#gallery ul li a {
    display:block; 
    width:50px; 
    height:50px; 
    text-decoration:none; 
    border:1px solid #0065bd;
    }
    
#gallery ul li a span {
    display:none;
    }
    
#gallery ul li a img {
    display:block;
    width:50px; 
    height:50px; 
    border:0;
    }
    
#gallery ul li a:hover {
    white-space:normal; 
    background:#0065bd;
    }
    
#gallery ul li a:hover b {
    position:absolute; 
    left:230px; 
    top:0; 
    width:402px; 
    height:320px; 
    background-color:#eee;
    text-align:center; 
    z-index:20;
    }
    
#gallery ul li a:hover span {
    display:block; 
    color:#333; 
    font-weight:normal; 
    font-size:11px; 
    width:402px;
    margin:0 auto;
    background-color:#eee;
    }
    
#gallery ul li a:hover img {
    margin:0 auto 10px auto; 
    width:auto; 
    height:auto; 
    border:1px solid #a9c7e1; 
    border-color:#6a98c5 #0065bd #0065bd #6a98c5; 
    }

#gallery ul li a:active, #gallery ul li a:focus {
    white-space:normal; 
    background:#0065bd;
    }
    
#gallery ul li a:active b, #gallery ul li a:focus b {
    position:absolute; 
    left:230px; 
    top:0; 
    width:402px; 
    height:320px; 
    text-align:center; 
    z-index:10;
    }

#gallery ul li a:active span, #gallery ul li a:focus span 
{
    display:block; 
    color:#333; 
    background-color:#eee;
    font-weight:normal; 
    font-size:11px;
    width:400px; 
    margin:0 auto;
    }
    
#gallery ul li a:active img, #gallery ul li a:focus img {
    margin:0 auto 10px auto; 
    width:auto; 
    height:auto; 
    border:1px solid #a9c7e1; 
    border-color:#6a98c5 #0065bd #0065bd #6a98c5; 
    }
