/* PICTURES PAGE STYLES */
.image_info {
    display:block;
    font-size:14px;
    color:#999;
    border:0px;
	text-align:center;
    }
.wrapper {
    margin:0px auto;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:525px;
    border: 0px solid #000;
    text-align:left;
}
.show_title a {
    font-size:12px;
    text-decoration:none;
    color:#999;
}
.image_info a {
    text-decoration:none;
    color:#fff;
}
img {
	border-width: 0; 
	margin: 0 auto;
}
.image {
    margin-bottom:5px;
	overflow:auto;
}
.image img {
    padding:6px;
    border: 1px solid #000;
    display:block;
    background-color: #fff;
    margin-top: 10px;
}
.navigation, .navigation a {
	text-decoration: none;
    color:#999;
    margin-top:9px;
	text-align: center;
    font-weight:bold;
}
.thumbnail_row {
	margin-top: 10px;
	text-align:center;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.thumbnail_row img.thumbnail {
	width: 90px;
	height: 90px;
	filter:alpha(opacity=40);
	opacity:0.4;
}
.thumbnail_row img.thumbnail_center {
	width: 100px;
	height: 100px;
    padding:1px;
}
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}