﻿.GalleryListTitle
{
    font-size:18px;
    font-weight:bold;
    /*margin-bottom:20px;*/
}
.GalleryListItem
{
    background-color:#e5e5e5;
    overflow:hidden;
    margin-bottom:20px;
    padding:15px;
    float:left;
    width:612px;
}
.GalleryListItemImage
{
    width:100px;
    height:100px;
    overflow:hidden;
    float:left;
    margin:1px;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#000000;
    cursor:pointer;
}
.GalleryListItemTitle
{
    font-size:14px;
    font-weight:bold;
    margin-bottom:15px;
}
.GalleryListItemSummary
{
    font-size:12px;
    text-align:justify;
    margin-bottom:15px; 
}
.GalleryListFlipbookContainer
{
}
.GalleryListItemAnchor
{
}
.GalleryListInstruction
{
    font-size:11px;
    font-weight:bold;
    margin-bottom:20px;
}
