@import url("common.css");
@import url("menu_horizontal.css");

.image_frame
{
    position: relative;
    font-size: 6pt;
    text-align: center;
    float: left;
    background-color: black;
    border : 1px solid #747474;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 99px;
    width: 172px;
}

.image_frame_text
{
    position: absolute;
    left: 0px;
    bottom: 2px;
    text-align: center;
    width: 100%;
}

.image_frame img
{
    position: absolute;
    left: 0px;
    border : 0px;
    padding-top: 8px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
}

.image_frame a
{
    text-decoration: none;
    color: #747474;
}

div.image_frame:hover
{
    background-color: #141414;
    border : 1px solid white;
}

.text_img
{
    float: right;
    padding-top: 40px;
    padding-bottom: 5px;
}

.text_img img
{
    width: 550px;
}

