﻿#picture
{
    margin: 0.5em;
    border: solid 1px #333;
    text-align: center;
}

#close
{
}

#image
{
}
#info
{
}
.hplClose
{
    background: #6f7d5b url(../images/hplClose.gif) no-repeat top left;
    padding: 0.2em 1em;
    color: #eee;
    font-weight: bold;
    width: 5em;
    text-align: right;
    float: right;
}
/*.hplClose:hover
{
    background: #7f8d6b url(../images/hplCloseHover.gif) no-repeat top left;
}*/

.imgPicture
{
    margin: 0.5em;
    clear: both;    
}

.caption
{
    font-weight: bold;
}
.source
{
    font-size: smaller;
}

.hplNext
{
/*    background: url(../images/hplNext.gif) no-repeat;
    width: 50px;
    height: 50px;*/
    float: right;
    margin: 1em;
}
/*.hplNext:hover
{
    background: url(../images/hplNextHover.gif) no-repeat;
    float: right;
    margin: 1em;
}*/

.hplPrev
{
/*    background: url(../images/hplPrev.gif) no-repeat;
    width: 50px;
    height: 50px;*/
    float: left;
    margin: 1em;
}
/*.hplPrev:hover
{
    background: url(../images/hplPrevHover.gif) no-repeat;
    float: right;
    margin: 1em;
}*/


