
    .PhotoArea h2{
     background: #b4cfa0;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin:0 0 20px 0;
    padding: 5px;
    text-align: center;
    }
    .PhotoArea h2 em{
    display: block;
    border-top: 2px dotted #fff;
    font-size: 83%;
    height: 20px;
    padding-top: 5px;
    color: #000;

    }
    .PhotoArea .thumbs{
     padding-left: 3px;
    }
    .PhotoArea .largeImage{
    border: solid 1px #ccc;
    width: 750px;
    height: 500px;
    padding: 5px;
    }
    .PhotoArea .thumbs img{
    border: solid 1px #ccc;
    width: 112px;
    height: 112px;
    padding: 4px;
    }
    .PhotoArea .thumbs img:hover{
    border-color: #FF9900;
    }
    
    .PhotoArea a{
     text-decoration: none;
    }
    