#gallery {

}

#gallery #content {
    float: left;
    width: 650px;
    text-align: center;
    margin: 0 0 20px;
}

#gallery h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #02699B;
    font-size: 22px;
    border-bottom: 1px solid #E3ECF1;
    margin: 0 0 20px;
}

#gallery h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
    font-size: 14px;
    font-weight: normal;
    margin: -15px 0 20px;
}

#gallery a.back {
    display: block;
    width: 100%;
    text-align: right;
    color: #c00;
    text-decoration: underline;
    clear: both;
    margin: 0 0 20px;
}
#gallery #mapOverlay {
	width: 450px;
	height: 596px; 
	margin: 0 auto; 
	position: relative;
}

#gallery #mapOverlay img.map {
	display: block;
	margin: 0 auto;
}

#gallery img.mapActiveArea {
    position: absolute;
    display: none;
    border: 0
}

#gallery #copyright {
    border-top: 3px dotted #ccc;
    margin: 50px 0 0;
}

#gallery #copyright h3 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #c00;
    text-align: left;
    margin: 10px 0 20px;
}

#gallery #copyright img {
    float: right;
    margin: 20px 0 0 10px;
}
#gallery #copyright p {
    text-align: left;
    color: #333;
    line-height: 150%;
    margin: 10px;
}

#gallery #copyright a {
    color: #c00;
    text-decoration: underline;
}

#gallery #fastNavi {
	float: right;
	background: #fff;
	width: 300px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;	
	font-size: 9pt;
        margin: 0 0 20px;
}

#gallery #fastNavi h3 {
    padding: 20px 0 0;
    color: #111;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

#gallery #fastNavi p {
	margin: 20px 5px 15px;
}

#gallery #fastNavi ul {
	margin: 10px 10px 10px 15px;
	line-height: 185%;
	list-style: none;
	padding: 0;
        font-size: 10pt;
}

#gallery #fastNavi ul li {
	padding-left: 24px;
	background-image: url(../images/layout/li.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em 0.4em ;
}

#gallery #fastNavi ul li a {
    color: #800;
    display: block;
    width: 100%;
}

#gallery #fastNavi ul li a:hover {
    text-decoration: underline;
    border-bottom: 0;
}

#gallery #fastNavi ul li ul.subcategories {
	margin: 0px 0px 10px 0px;
        line-height: 155%;
        font-size: 9.5pt;
        display: none;
}

#gallery #fastNavi ul li ul.subcategories li a {
    display: inline;
    color: #c00;
    border-bottom: 1px solid #eee;
}

#gallery div.photo {
    width: 180px;
    min-height: 105px;
    border: 1px solid #eee;
    padding: 8px 10px 2px;
    float: left;
    margin: 0px 5px 10px;
}

#gallery div.photo img {
    display: block;
    margin: 0 auto 4px;
}

#gallery div.photo a.description {
    display: block;
    font-size: 8.5pt;
    color: #444;
}

#gallery img.photoFull {
    display: block;
    margin: 20px auto;
    border: 1px solid #eee;
    padding: 2px;
}
