@media print {    
	.no-print, .no-print * {
		display: none !important;
	}
	a:link:after, a:visited:after {
		content: "" !important;
	}
}
div#preload { display: none; }

body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: black;
}

.gallery {
	color: white;
}
.modal {
	color: #333;
}

a, a:visited, a:hover {
	text-decoration: none;
	color: white;
}

.container {
	width: 920px;
	text-align: center;
	min-height: 800px;
	padding: 0px;
}

.content {
}
.footer {
	height: 103px;
}


.clear {
	clear: both;
}

.gallery { 
	min-height: 600px;
	border-left: 1px solid black;
	width: 920px;
	
}
.nav {
	width: 920px;
}
.nav ul {
	font-size: 16px; 
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav a, .nav a:visited {
	color: #A1A1A1;
}
.nav a:hover {
	color: white;
}

.nav ul li {
	padding: 5px;
}
.nav ul li.gallery-nav:hover {
	font-weight: normal;
}

.painting {
	display: block;
	float: left;
	height: 290px;
	width: 290px;
}

.reflectBelow	{ 
	-webkit-box-reflect: below 0
	-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white)); 
}
.nav .active a {
	color: white;
}
