﻿body
{
    width: 100%;
}

#Picture
{
	margin: 5pt;
	text-align: center;
	border: 1px #CCFFCC solid;
}

#content_container
{
	text-align: center;
}

.posCounter
{
    text-align: center;
    color: #FFCCFF;
    vertical-align: top;
    height: 32px;
}

.navImage
{
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
}

#index
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#indexControls
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0;
}

#indexTable
{
    margin-left: auto;
    margin-right: auto;
}

.viewer
{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     visibility: hidden;
     margin-left: auto;
     margin-right: auto;
     text-align: center;  
}

.cover
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-image: url('../Images/Site/Gallery/semi.png');
}

.imageLayer
{
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left:0;
    width: 100%;
}

.pictureLayer
{  
    background-color: Black;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: solid 2px #CCFFCC;
}

.tagLayer
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: Black;
    margin-top: 0px;
}

#imageTitle
{
    text-align:center;
    color: #CCFFCC;
    font-size: x-large;
    font-family: Ringbearer;
    margin: 0;
    padding: 0;
}

#viewerControls
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 0;
}