div.thumbs {

}
div img {
	padding-left:0px;
}

div#overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#C1C1C1;
	z-index:1000;
}

#imgBox {
	position:relative;
	overflow:auto;
}
#imgBox img {
	position:absolute;
}
div#imgContainer {
	display:none;
	position:fixed;
	background-color:#DDDDDD;
	padding:20px 20px 20px 20px;
	text-align:left;
	cursor:pointer;
	overflow:hidden;
	z-index:1001;
}

.loading {
	background-image:url(loading.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#controls {
	margin:0px 0 0 0;
}
#controls a {
	background-color:#DDDDDD;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	text-decoration:none;
}
#controls a:focus,
#controls a:active {
	outline:none;
}
#controls a:hover {
	background-color:#CCCCCC;
	color:#FFFFFF;
}

.content {
	width:400px;
}
.content h1 {
	margin: 0 0 10px 0;
}
	
/* FancyBox */

#custom-title {	
	text-align:left;
}

#custom-title,
#custom-title * {
	color:#000000;

}
#custom-title b {
	padding:5px 5px 5px 0;
}

