﻿.GalleryTitleDiv
    {
        display :block ;
        text-align :center ;
        margin-bottom :5px;
        color:#ff0000;
    }
	
.GalleryContainer IMG
{
    margin-right:8px;
    margin-bottom :15px;
     border : solid 3px #ff0000;

}
.GalleryItem
 {
    height:21px;
    }
    
  .GalleryItemTitle a
     {
        color:#C00404;
        background-image:url(../Images/ListArrow.gif);
        background-repeat:no-repeat;
        padding-left:20px;

}
.GalleryItemTitle
	{
    position :relative ;
    float:left ;
    padding-top:2px;
    }
    .GalleryItemTitle a:hover
     {
        color:#666666;
        }
        
            .GalleryListSelected a
     {
        color:#F6CFC8;
        background-image:url(../Images/ListArrow.gif);
        background-repeat:no-repeat;
        padding-left:20px;
}
.GalleryContainer
{
    background-color:#E9E8DD;
    width:610px;
    padding:6px;
    margin-bottom:10px;
    margin-top:10px;

}


    .GalleryItemDate
{
    position :relative ;
    float:left ;
    background-image:url(../Images/NewsDateBg.gif);
    width:70px;
    height :22px;
    padding-left:28px;
    padding-top :4px;
    }
	.dottedLine
{
    background-image:url(../Images/DottedLine.gif);
    height:1px;
    font-size :1px;
    width:605px;
    display:block;
    margin-left:20px;
    margin-right:20px;
}