﻿#home
{
    font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
    margin-top: 366px;
    margin-right: 10px;
}

#left
{
    display: none;
}

#home h5 a
{
    text-decoration: none;
}
#home h5 a:hover
{
    text-decoration: underline;
}
#home h5
{
    margin-bottom: 4px;
}
#home .block
{
    float: right;
    margin: 6px;
    height: 100px;
    width: 160px;
    font-size: 12px;
    line-height: 1.3;
    border: solid 1px #444;
}

#home .block .trans
{
    background-color: #332f2e;
    position: absolute;
    height: 100px;
    width: 160px;
    font-size: 0;
}
#home .block .cnt
{
    padding: 5px;
    position: absolute;
    height: 90px; /* 90 - padding */
    width: 150px; /* 150 - padding */
    color: #fff;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
}


#home .block:hover
{
    border: solid 1px #aaa;
}



