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

.image_frame
{
    position: relative;
    font-size: 10pt;
    text-align: center;
    float: left;
    background-color: black;
    border : 1px solid #747474;
    margin: 6px;
}

.height_one_quarter
{
    height: 174px;
}

.height_one_third
{
    height: 179px;
}

.height_two_thirds
{
    height: 372px;
}

.enclosure_height_two_thirds
{
    height:386px;
}

.height_full
{
    height: 565px;
}

.enclosure_height_full
{
    height:579px;
}

.width_one_quarter
{
    width: 258px;
}

.width_one_third
{
    width: 350px;
}

.enclosure_width_one_third
{
    width:364px;
}

.width_one_half
{
    width: 530px;
}

.enclosure_width_one_half
{
    width:544px;
}

.width_two_thirds
{
    width: 714px;
}

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

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

.height_one_third .image_frame_text
{
    bottom: 6px;
}

.height_full .image_frame_text
{
    bottom: 2px;
}

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

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

.text_img
{
    padding-top: 50px;
    padding-right: 20px;
}

.right
{
    float: right;
}

.text_img_2
{
    padding-left: 4px;
    padding-top: 50px;
}
