﻿.GalleryListTitle
{
    font-size:18px;
    font-weight:bold;
    /*margin-bottom:20px;*/
}
.GalleryListItem
{
    background:#d9d9d9 url(../Images/episodeBg.jpg) top left repeat-x;
    overflow:hidden;
    float:left;
    width:601px;
    margin:0 auto;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    margin-left:18px;
    padding:13px;
}
.GalleryListItemImage
{
    width:100px;
    height:100px;
    overflow:hidden;
    float:left;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#000000;
    cursor:pointer;
}
.GalleryListItemTitle
{
    font-size:12px;
    font-weight:bold;
    margin-bottom:15px;
    text-transform:uppercase;
}
.GalleryListItemSummary
{
    font-size:12px;
    text-align:justify;
    margin-bottom:15px; 
}
.GalleryListFlipbookContainer
{
}
.GalleryListItemAnchor
{
}
.GalleryListInstruction
{
    font-size:11px;
    font-weight:bold;
    margin-bottom:20px;
}
