@charset "utf-8";

/*body {  
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000000;
	color: #FFFFFF;
	background-image: url(../images/bground.jpg);
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-attachment: fixed;
	background-position: center;
	margin: 0px;

}*/

/*a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}*/

.gallery {
	width: 644px;
	margin-left:auto;
	margin-right:auto;
}

.login {
	font-weight: bold;
	margin: 0px;
	float: right;
}

.frame {
	background-color: #323232;
	border-style: solid;
	border-width: 1px;
	border-color: #4B4B4B;
	width: 300px;
	height: 160px;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	text-decoration: none;
	cursor: pointer;
}

.frameHidden {
	background-color: #323232;
	border-style: solid;
	border-width: 1px;
	border-color: #4B4B4B;
	width: 300px;
	height: 160px;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.framesingle {
	background-color: #323232;
	border-style: solid;
	border-width: 1px;
	border-color: #4B4B4B;
	width: 300px;
	height: 160px;
	padding: 0px;
	margin-bottom: 20px;
}

.framesingleHidden {
	background-color: #323232;
	border-style: solid;
	border-width: 1px;
	border-color: #4B4B4B;
	width: 300px;
	height: 160px;
	padding: 0px;
	margin-bottom: 20px;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.frameSpacer {
	border-style: hidden;
	border-width: 1px;
	width: 300px;
	height: 160px;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.image {
	text-align:center;
	width: 152px;
}

.thumb {
	background-color: #E0E0E0;
	border-style: solid;
	border-width: 1px;
	border-color: #7D7D7D;
	padding: 4px;
	color: inherit;
	margin-bottom: 0px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px;
}

.description {
	text-align: center;
	font-size: 12px;
}

.descriptiontext {
	text-align: center;
	margin: 0px;
}

.descriptionbold {
	text-align: center;
	font-weight: bold;
	margin: 0px;
}

.descriptionitalic {
	text-align: center;
	font-style: italic;
	margin: 0px;
}

.lightboxtext {
	text-align: left;
	margin: 0px;
}

.lightboxbold {
	text-align: left;
	font-weight: bold;
	margin: 0px;
}

.lightboxitalic {
	text-align: left;
	font-style: italic;
	margin: 0px;
}
