

/* =Basic HTML, Non-essential
----------------------------------------------------------------
*
{
	border: 0;
	margin: 0;
	padding: 0;
}
a
{
	text-decoration: none;
}

body
{
	font:normal 13px "tahoma";
	background:#1b130f;
	color:#998675;
	margin:10px 0 0 0;
}

#wrap {
	display:block;
	margin: 0 auto;
	width:800px;
	
	}

h1
{
	background: inherit;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}


#nav {
	display:block;
	float:left;
	width:800px;
	padding:0 0 5px 0;
	font-family: tahoma;
	font-size: 12px;	
	}

#nav img {
	display:block;
	float:left;
	margin:0 0 5px 0;
	padding:0 0 0 122px;
	}

#nav ul {
	display:block;
	float:left;
	width:800px;
	list-style:none;
	margin:0;
	padding:0 0 0 22px;
	}

#nav li {
	float:left;
	padding:0 32px 0 0;
	}


#nav li a {
	color:#fff;
	text-decoration:none;
	}

#nav li a:hover {
	color:#c60;
	text-decoration:underline;
	}

#gallery-content {
	display:inline;
	float:left;
	width:755px;
	height:450px;
	border-bottom:1px solid #998675;
	border-top:1px solid #998675;
	margin-top:4px;

	}
------*/

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	display:block;
	float:left;
	cursor: default;
	list-style: none;
	width:747px;
	margin:5px 0 20px 43px;
	min-height:485px;
	height:auto !important;
 	height:485px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview, .hoverbox a .previewH
{
	display: none;
}

.hoverbox a:hover .preview, .hoverbox a:hover .previewH
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 67px;
	border:none;
}

.hoverbox li
{
	background:#1b130f;
	border:1px solid #998675;
	color: inherit;
	display: inline;
	float: left;
	margin:0px 30px 35px 30px;
	padding: 6px;
	position: relative;
}

.hoverbox .preview
{
	border:1px solid #998675;
	background:#1b130f;
	width: 300px;
	height: 200px;
}

 .hoverbox .previewH
{
	border:1px solid #998675;
	background:#1b130f;
	width: 200px;
	height: 300px;
}
