.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* IE7 Fix */
.clearfix { zoom: 1; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;
}
/* End hide from IE-mac */

html {
	height:100%;
}

body {
	background-color:#1d1d1d;
	margin:0;
	height: 100%;
}
.hilite {
	font-weight: bold;
	font-size:12px;
	color: #888;
}
#header {
	background:url(/photos/header-bg.gif);
	height:55px;
}
#header #text {
	float:left;
	display:inline;
	padding: 13px 0 10px 20px;
}

#columns {
	overflow:hidden;
	height:100%;
}

#col-main {
	overflow:auto;
	height:100%;
}
#col-thumbs {
	width: 110px;
	height:100%;
	float:left;
}



h1 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #AAA;
	display:inline;
	margin:0 5px 0 0;
}
h2 {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #666;
	display:inline;
	margin:0;
}
#scroll {
	overflow-y:scroll;
	height: 100%;
}
#thumbs {
	margin-left: 18px;
	padding: 10px 0;
}
.thumb-container {
	float: left;
	background-color:#444;
	cursor:pointer;
	margin: 5px 0;
}

.thumb-over .t-caption p, .thumb-selected .t-caption p {
	color:#222;
}
.thumb-viewed .t-caption p {
	color:#999;
}
.thumb-viewed.thumb-over .t-caption p {
	color:#222;
}

.thumb-selected {
	background-color:#b1de00;
}
.thumb-viewed {
	opacity: .5;
	filter: alpha(opacity=50);
	background-color:#292929;
}
.thumb-over {
	background-color:#b1de00;
}

.thumb  {
	width: 47px;
	height: 47px;
	overflow: hidden;
	margin: 3px 3px 1px 3px;
}

.t-caption p {
	font: bold 9px Arial, "Times New Roman", Times, serif;
	color: #888;
	margin:0 0 1px 3px;
}


#header a {
	width:39px;
	padding-top:50px;
	height:0;
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	overflow:hidden;
	outline: none;
}
#header a:hover {
	background-position:-39px 0;
}
#btn-prev {
	background-image:url(btn-prev.gif);
}
#btn-next {
	background-image:url(btn-next.gif);
}











#large-image-container {
	padding:20px 0 20px 25px;
}
#large-image-holder {
	float:left;
}
#large-image-holder img {
	border: #343434 solid 5px;
}
#large-image-caption {
	font: normal 10px Arial, "Times New Roman", Times, serif;
	color: #666;
	margin-top:4px;
	text-align:left;
	width:100%;
}
#loading {
	margin: 25px;
}