/* Dock */
#dock {
    display: block;
    margin: 0px auto;
    top: 10px;
    left: -30px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}


/* Dock Icons */
#dock li {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: visible;
}


#dock li a {
    height: 150px;
    width: 40px;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: black;
    white-space: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-align: center;
    font-family: Arial;
    padding-top: 40px;
    margin-bottom: 5px;
    margin-bottom: 0px;
    overflow: visible;
}

body.no_js #dock li a:hover {
    width: 128px !important;
}

#dock li a span {
    position: relative;
    line-height: 1.3em;
    display: none;
    text-align: center;
    font-weight: bold;
    font-size: 80%;
    padding: 4px 12px;
    background-color: #EEE;
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    margin: 0px auto;
    top: 90px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#dock li a:hover span {
    display: inline-block;
}

#dock li img {
    top: 0px;
}

ul {
    margin-top: 0px;
}

#dock li a:hover span:before {
    display: block;
    height: 9px;
    top: -9px;
    color: transparent;
    position: absolute;
    content: "";
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-left: -16px;
    background: transparent url("icon/span.png") center top no-repeat;
}

#dock li a img {
    height: auto;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 10px;
    text-align: center;
    border: 0px none;
    margin-bottom: 15px;
    box-reflect: below 1px gradient(linear, left top, left bottom, from(transparent), color-stop(0.4, transparent), to(rgba(255,255,255,0.2)));
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.4, transparent), to(rgba(255,255,255,0.2)));
    -moz-box-reflect: below 1px -moz-gradient(linear, left top, left bottom, from(transparent), color-stop(0.4, transparent), to(rgba(255,255,255,0.2)));
}

.pic {
    background:no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow:hidden;
}
    
