﻿#gallery_box
{
    background-color:#3b3b3b;
    width:272px;
    height:242px;
    border: solid 1px #808080;
    float:left;
    padding:8px 0px 0px 0px;
    margin:0px 0px 20px 0px;
    text-align:center;
    
}

.image_container
{
    width:258px;
    height:173px;
    border:solid 1px #9a9a9a;
    text-align:center;
    margin:0 auto;
}

#gallery_image img
{
    border:0px;
}


.gallery_text
{
    font-size:13px;
    font-family:Arial, Verdana;
    width:250px;
    margin:0 auto;
    padding:10px 0px 0px 0px;
    line-height:18px;
    bottom:5px;
    text-align:center;
    border:solid 0px #000;
}
