﻿/* Gallery CSS Code */

#gallerybg
{
    position: absolute;
    width: 300px;
    height: 275px;
    border: 1px Solid White;
}

#gallerymask
{
    position: relative;
    margin-top: -37px;
    margin-left: -38px;
    top: 0px;
    left: 0px;
}

#galleryfull
{
    width: 700px;
    margin-left: 15%;
    z-index: 3;
    position: absolute;
    border: 1px solid white;
    background-color: White;
    visibility: hidden;
}

.gbuttons
{
    z-index: 4;
    position: absolute;
}

#cross
{
    margin-left: 649px;
}

#rightarrow
{
    margin-left: 650px;
    margin-top: 150px;    
}

#leftarrow
{
    margin-top: 150px; 
    margin-left: -50px;
}