.gallery
{
        font-size:12px;
        width:100%;
}

.galleryName
{
        font-size:16px;
}

.galleryPic
{
        padding:5px;
        border:1px solid #AAAAAA;
}
.galleryPic img
{
        border:0;
}
.galleryZag
{
        height:20px;
        font-weight:bold;
        vertical-align:top;
        padding-left:10px;
        width:100%;
}
.galleryText
{
        vertical-align:top;
        padding:10px 0px 10px 0px;
        text-align:justify;
}

.galleryBorder
{
        padding:5px;
        border:1px solid #AAAAAA;
        margin:auto;
        width:200px;
}


.galleryZag a:link
{
        color:#8f80b5;
        text-decoration:underline;
}
.galleryZag a:visited
{
        color:#6375b2;
        text-decoration:underline;
}
.galleryZag a:hover
{
        color:#ea7200;
        text-decoration:none;
}

.galleryInlineSet
{
        float:left;
        height:200px;
        width:140px;
        margin:0 10px 10px 0;
}
.galleryInlinePic
{
        border:1px solid #AAAAAA;
        padding:5px;
        width:130px;
}

.galleryBack
{
        font-size:12px;
        padding:0px 0px 10px 12px;
        background:url(/content/gallery/back.gif) no-repeat 0 4px;
}

.galleryBack a:visited 
{
        color:#000099;
}
.galleryInlineSet a:visited
{
        color:#000099;
}