﻿body 
{
    margin:0;
    padding:10px;
    font-size:75%;
    font-family:Arial, Helvetica, sans-serif;
}

#Gallery 
{
    width:750px;
}

h1 
{
    margin:0 0 10px;
    padding-left:15px;
    background-color:White;
    float:right;
    height:48px;
}

#Gallery h2 
{
    font-size:120%;
    margin:0 0 2px 0;
}

#GalleryInfo 
{
    width:750px;
    overflow:hidden;
}

#GalleryDescription 
{
    margin:0 0 5px;
}

#ImageThumbnails 
{
    list-style-type:none;
    padding:0;
    height:80px;
    width:744px;
    overflow:auto;
    margin:5px auto 0;
    padding:0 3px;
    white-space:nowrap;
}

#ImageThumbnails li 
{
    display:inline;  
}

#ImageThumbnails li a
{

}
#ImageThumbnails li a:hover
{
}

#ImageThumbnails li a img 
{
    border:4px solid white;
    margin:0 2px;
}

#ImageThumbnails li a img:hover
{
    border:4px solid #990000;
}

#ImageThumbnails li a img.currentThumb 
{
    border:4px solid black;
}

#ImageThumbnails li a img.hover 
{
    border:4px solid #990000;
}

a img 
{
    border:none;
}

#ImageContainer 
{
    border:1px solid black;
    height:450px;
    padding:10px;
    color:black;
    margin-top:5px;
}

#Image 
{
    width:450px;
    float:left;
}

#Image img 
{
    display:block;
    margin:0 auto;
}

#ImageControls
{
    margin:0 auto 10px auto;
    width:110px;
    text-align:center;
}

#NextLink  
{
    float:right;
}

#PrevLink 
{
    float:left;
}

#ImageInfo 
{
    width:257px;
    height:450px;
    float:right;
    padding-left:10px;
    margin:0;
    border-left:1px solid;
}

#ImageCaption 
{
    margin:5px 0;
}

#ImageCredit 
{
    margin:5px 0;
    font-size:90%;
    color:#444444;
}
/*
#Galleries h1 
{
    margin:0 0 10px;
    padding-left:15px;
    background-color:White;
    float:right;
    width:355px;
    height:48px;
    overflow:hidden;
}*/
#Galleries 
{
    width:750px;
}

#Galleries h3 
{
    font-size:120%;
    margin:0 0 4px 0;
}

#GalleryList
{
    width:748px;
    border:1px solid black;
    height:600px;
    overflow:auto;
}

#GalleryThumbnails 
{
    list-style-type:none;
    margin:0;
    padding:0;
    width:723px;
    margin-bottom:10px;
}

#GalleryThumbnails li
{
    margin:10px 0 0 10px;
    padding:10px;
    clear:left;
    width:693px;
    overflow:hidden;
    background-color:White;
    cursor:default;
}

#GalleryThumbnails li.hover 
{
    background-color:#EEEEEE;
    cursor:pointer;
}

div.GalleryDescription 
{
    width:467px;
    float:right;
}

div.GalleryDescription p
{
    margin:4px 0;
}

#GalleryThumbnails li img 
{
    float:left;
    margin-right:10px;
}
