﻿form
{
	margin:30px auto;
	width:900px;
}

ul
{
    margin: 0;
    padding: 0;
}
    
.gallery-container
{
    width: 560px;
    height: 545px;
    border: 2px solid #808080;
    background-color: #242424;
    position: relative;
    margin: 20px 10px;
}

#gallery-viewport 
{
    margin: 10px auto;
    width: 540px;
    height: 405px;
    background-color: Gray;
    position: relative;
    border: solid 2px #808080;
}

#gallery-viewport img
{
    width: 540px;
    height: 405px;
}

#gallery-caption
{
    position: absolute;
    bottom: 0;
    padding: 5px;
    height: 28px;
    width: 530px;
    opacity: 0;
    background-color: Black;
    color: White;
    text-align: center;
    font-family: 'Verdana';
    font-size: small;
    font-weight: bold;
}

#gallery-slider
{
    overflow: hidden;
    margin: 10px auto;
    height: 105px !important;
    width: 550px;
    position: relative;
}

#right
{
    position:absolute;
    top: 0;
    left: 520px;
    opacity: 0;
}

#left
{
    position:absolute;
    top: 0;
    opacity:0;
}

#gallery-list
{
    list-style-type: none;
    height: inherit !important;
}

#gallery-list li
{
    float: left;
    margin: 0 5px;
    height: 103px;
    border: solid 1px #808080;
    width: 100px;
}

.gallery-element
{
    width: 100px;
    height: 100px;
    border: solid 2px Gray !important;
}

.gallery-sidebar { position: relative; }
.gallery-sidebar span { font-size:medium; color:#FFFF99; }
.gallery-pic { position: absolute; top: 52px; left: 41px; border: solid 2px Gray !important; }
.caption-text { font-size: large; color: #FFFF99; }
