* {
    padding :0;
    margin: 0;
}
a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
body {
    background: #f0f0f0;
}
div.clear {
    clear: both;
}
div#container {
    width: 600px;
    height: 330px;
    margin: 0px auto;
    background: #f0f0f0;
    padding: 0px;
    -webkit-box-shadow: 5px 5px 0 #999;
    -moz-box-shadow: 5px 5px 0 #999;
    box-shadow: 5px 5px 0 #999;
}
div#gallery {
    width: 600px;
    height: 350px;
}
div#gallery img {
    position: absolute;
    width: 600px;
    height: 330px;
}
div#navigation {
    padding: 0px 0;
}
div#navigation_left {
    width: 140px;
    float: left;
}
div#navigation_title {
    float: left;
    width: 320px;
    text-align: center;
}
div#navigation_right{
    float: left;
    width: 140px;
    text-align: right;
}
div#current_image_title {
    font-weight: bold;
    margin: 0 0 0px 0;
}