@charset "UTF-8";
/* CSS Document */

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

body {	
	background:#888;
	text-align:center;
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
	color:#fff;
	}
.title {
	background:#888;
	text-align:right;
	font-size:14px;
	font-family:Verdana, Helvetica, sans-serif;
	color:#fff;
	}
.image_info {
    display:block;
    font-size:10px;
    color:#999;
    border:0px;
    }
.wrapper {
    margin:0px auto;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:700px;
    border: 0px solid #000;
    text-align:left;
}
.show_title {
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: 0.09em;
    line-height: 1.1em;
    text-decoration:none;
    color:#000;
}
.image_info a {
    text-decoration:none;
    color:#fff;
}
.image_info a:hover {
	text-decoration:underline;
}
img {
	border-width: 0;
}
.image {
    margin-bottom:5px;
}
.image img {
    padding:6px;
    border: 1px solid #000;
    display:block;
    background-color: #fff;
    margin-top: 10px;
}
.navigation, .navigation a {
	text-decoration: none;
    color:#fff;
    margin-top:9px;
    font-weight:bold;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}
#navlist li { 
	list-style-type: none;   
	margin: 0  ; 
	padding: 0 1.4em 0 0;   
	display: inline; 
	font-size: 1em;
    font-weight: normal;
    background: none;
}
