a:link {
    color: #cccccc;
    text-decoration: none;
}
a:visited {
    color: #cccccc;
    text-decoration: none;
}
a:hover {
    color: #cccccc;
    text-decoration: none;
}
a:active {
    color: #cccccc;
    text-decoration: none;
}
.time img {
    position: fixed;
    z-index: 1111;
    bottom: 0px;
    height: 500px;
    cursor: pointer;
}
.time:hover img {
    height: 800px;
}