/* Galerie CSS */
.g_thumbs {
    width: auto;
    height: 96px;
    float: left;
    margin-right: 7px;
    margin-bottom: 20px;
}
.g_thumbs img {
    border: 1px solid #DDDDDD;
}
.g_clear {
    clear: both;
}
.g_photo {
    width: 100%;
    height: 502px;
    text-align: center;
}
.g_photo img {
    border: 1px solid #DDDDDD;
}
.g_navi {
    width: 100%;
	 margin: 10px 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #000000;
    letter-spacing: 0.25em;
    text-transform: lowercase;
}
.g_navi img {
	border: 0;
	 margin: 0px 50px;
}
.g_navi a {
    color: #888888;
    text-decoration: none;
}
.g_navi a:hover {
    color: #222222;
}
.hide {
    color: #FFFFFF;
}
