body{margin: 0; background: #4f4f4f; font-size: 14px;}

a {color: #fff;}
a:hover {text-decoration: none;}
a#return{text-decoration: none; font-weight: bold;}
a img {border: none;}

#container {margin: 10px auto; width: 580px; text-align:center}
#content {background: #1a1a1a; border: 1px solid #808080; padding: 12px 12px 0; color: #fff; text-align: left;}

#pagination{float: right; background: #b1b1b1; border: 1px solid #ffffff; color: #000; line-height: 28px; font-weight: bold; margin-top: -4px;}
#pagination a{text-decoration: none; }
#pagination img {vertical-align: text-bottom; padding: 8px 8px 2px 8px;}

hr {color: #808080; background: #808080; height: 1px; border: none;}
h1 {margin: 0; line-height: 28px; font-size: 28px;}

#wrapper {margin: 0 auto; max-width: 432px;}
#caption {padding: 0px 12px 2px;}
h2 {font-size: 18px; line-height: 18px; padding: 12px; margin: 0;}

img#logo {margin: 10px;}
img#focus {border: 1px solid #ffffff; display: block;margin: 0 auto}
a img.thumbnail {border: 1px solid #808080; margin: 0 8px 18px 8px; display: block; float: left; height: 61px; width: 61px; }
a#current img.thumbnail, a:hover img.thumbnail {border: 1px solid #ffffff;}

#thumbnails {margin-top: 18px;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}