body {
	background: #000000 url('/images/back.jpg') no-repeat;
	margin: 0;
	}
table {
	border-collapse:collapse;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	}
.main {
	margin-top: 0px;
	width: 700px;
	}
.line {
	width: 325px; 
	height: 2px; 
	background: #646263; 
	font-size: 2px;
	margin-top: 29px;
	margin-bottom: 7px;
	}
.line_white {
	height: 2px; 
	background: #ffffff; 
	font-size: 2px;
	margin-top: 40px;
	margin-bottom: 7px;
	}
.gallery_title {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 24px;
	color: #ffffff;
	text-decoration: none;
	}
.gallery_title:hover {
	text-decoration: underline;
	}
img {
	border: 0;
	}

.link_gallery {
	display: block;
	border: 2px solid #3c3c3c;
	width: 321px;
	margin-top: 7px;
	margin-bottom: 4px;
	}
.link_gallery:hover {
	border: 2px solid #ffffff;
	}
.more {
	margin-top: 4px;
	color: #636363;
	padding-right: 12px;
	background: url('/images/more.gif') no-repeat right bottom;
	}
.more:hover {
	color: #ffffff;
	}
.link {
	color: #636363;
	text-decoration: underline;
	}
.link:hover {
	color: #ffffff;
	}
.link_white {
	color: #ffffff;
	text-decoration: underline;
	}
.link_white:hover {
	color: #636363;
	}
.bl {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #fff; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	opacity: 0.7;
	height: 100%
}
