#myMenu ul {
    list-style: none;
}

#myMenuCenter {
    position: absolute;
    top: 0; left: 0; width: 450px; height: 300px;
    max-width: 450px; max-height: 300px;
}

.myMenuItem {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    color: white;
    opacity: 0.8;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .myMenuItem span {
        line-height: 140px;
        font-family: "�q���M�m���� Pro W3","HG����E","�l�r �o����","�l�r ����",serif;
        font-size: 12pt;
        margin-left: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .myMenuItem:hover {
        opacity: 1;
        margin: -10px 0 0 -10px;
        width: 160px;
        height: 160px;
    }

        .myMenuItem:hover span {
            line-height: 160px;
        }


#myMenuItem01 {
    background: #d35400;
    left: 29.41px;
    top: 256.38px;
}

#myMenuItem02 {
    background: #2980b9;
    left: 160.74px;
    top: 272.51px;
}

#myMenuItem03 {
    background: #27ae60;
    left: 285.86px;
    top: 229.43px;
}

#myMenuItem04 {
    background: #8e44ad;
    left: 379.43px;
    top: 135.86px;
}

#myMenuItem05 {
    background: #7f8c8d;
    left: 422.51px;
    top: 10.74px;
}

.slideContainar {
    padding: 50px;
    color: white;
    line-height: 1.5em;
}
.slideLogo {
    float: left;
    width: 150px; height: 150px;
}
.slideContents {
    margin: 0 20px 0 170px;
    color: whitesmoke;
}
