﻿.HeaderItemMiddlePhotoGallery
{
    float:left;
    height:45px;
    width:906px;
    background:url(Layout/images/HeaderItem_Middle.jpg) repeat-x;
}
.GalleryThumbnail
{
    float:left;
    border:1px solid grey;
    width:125px;
    height:125px;
    padding:5px;
    margin-right:16px;
    margin-bottom:16px;
    display:block;
}
.GalleryThumbnail:hover
{
    border:1px solid black;
}
.PagerWrapper
{
    height:20px;
    width:902px;
    border:0px solid white;
    padding:15px;
}
.PagerWrapperSmall
{
    height:20px;
    width:702px;
    border:0px solid white;
    padding:15px;
}
.PagerButtons
{
    
    float:right;
    width:150px;
    border:0px solid white;
}
.BackToPhotos
{
    float:left;
    width:150px;
    border:0px solid white;
}
.PagerButton
{
    border:1px solid grey;
    background-color:Black;
    padding:5px;
}
.PagerButtonCurrent
{
    border:1px solid grey;
    background-color:Black;
    padding:6px;
    font-weight:bold;
}
.PagerButton:link
{
    text-decoration:none;
}
.PagerButton:hover
{
    text-decoration:none;
}