html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
color: #333333; font-family: "Courier New", Courier, mono; font-size: 12px;
}



#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	 color:#333333;
	/* display:none; */
	text-align:center;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_window img {
	display:block;
	border:none;
	margin:auto;

}

#TB_caption{

	padding:10px;
	float:left;

}
#TB_secondLine {

	padding:5px 0 0 0px;
	float:left;
	display:none;
}

#TB_closeWindow{

	padding:5px 10px 0px 0;
	float:right;
	font-weight:bold;
	
}

#TB_next_prevButtons {
	padding:5px 0px 0px 0;
	float:right;
}
#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.gallerythumbs img{
	padding: 5px;
	float: left;
	margin: 0;
}
.clear { clear:both;}
