
/* ~~~ === PHOTO GALLERY PAGE ======================================================================= ~~~ */
#photoGalleryListings
{
    overflow: auto;
    height: 100%;
    padding-bottom: 10px;
}
#photoGalleryListings dl
{
    width: 102px;
    float: left;
    display: inline;
    margin: 10px 10px 0;
}

#photoGalleryListings dt
{
    margin-bottom: 3px;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    width: 100px;
    height: 97px;
    border: 1px solid #000;
}
#photoGalleryListings dt img
{
    display: block;
    margin: 0 auto;
}
#photoGalleryListings dd
{
    margin: 0;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    padding: 6px;
    text-align: center;
    height: 65px;
}
#photoGalleryListings dd a{color: #FCB924;}
#photoGalleryListings dd a:hover{color: #C11629;}

/* ~~~ PHOTO DETAIL PAGE ~~~ */
#photoGalleryDetail
{
    margin: 0 14px;
    padding: 14px 0;
    text-align: center;
}
#photoGalleryDetail img{border: 1px solid #000;}
#photoGalleryDetail p.back{text-align: left;}
/* ~~~ PAGINATION ~~~ */
div.pagination{height: 34px;}
p.previous, p.next{line-height: 34px;}
p.previous{float: left;}
p.next{float: right;}
.pagination_first,
.pagination_last,
.pagination_previous,
.pagination_next,
.pagination_group
{
    padding: 4px;
    border: 1px solid #E0E0E0;
    text-decoration: none;
}
.pagination_first:hover,
.pagination_last:hover,
.pagination_previous:hover,
.pagination_next:hover,
.pagination_group:hover
{
    border: 1px solid #BDBDBD;
}
.pagination_active{font-weight: bold;}
