
* {
	/*font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	line-height:18px;
	margin:0;
	padding:0;*/
}
div.thumbs {
	max-width:823px;
	margin:50px 0px 0px 50px;
	padding:10px 0px 10px 10px;
	/*background-color:#CCCCCC;*/
        background: rgba(234, 229, 187, 0.7);
}
div img {
	margin:0 5px 5px 0;
	border:none;
}

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

#imgBox {
	position:relative;
	overflow:visible;
}
#imgBox img {
	position:absolute;
}
div#imgContainer {
	display:none;
	position:fixed;
	/*background-color:#DDDDDD;*/
        background: rgba(234, 229, 187, 0.7);
	padding:20px 20px 2px 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:3px 0 0 0;
}
#controls a {
	/*background-color:#DDDDDD;*/
        background: rgba(234, 229, 187, 0.7);
	padding:3px 5px 3px 5px;
	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;
}
.lightpopup {
    
}

	
