﻿.MediaTitleText
{
    display:block;
    font-size:1.5em;
    padding:10px;
    padding-left:39px;
    width:635px;
    background:url(/App_Themes/Global/Images/Icons/media.png) no-repeat 5px 6px;

}
.GalleryWrapper
{
    display:block;
    width:155px;
    height:175px;
    background:url(Layout/images/MediaGalleryPic.jpg) no-repeat center center;
    padding:10px;
}
.GalleryImage
{
    margin-top:13px;
    margin-left:15px;
    width:125px;
    height:125px;
    background-color:white;
}
.GalleryTitle
{
    padding-top:2px;
    margin-left:15px;
    text-align:center;
    width:125px;
    line-height:1.0em;
    font-size:0.9em;
    color:Black;
    font-weight:bold;
}