@font-face {
	font-family: Sackers;
	src: url("engravers_gothic_bt-webfont.eot");
	}

@font-face {
	font-family: Sackers;
	src: url("SackersGothicStd-Light.ttf");
	}
	
* {
	padding: 0px;
	margin: 0px;
	}

a {
	color: #6a5e48;
	text-decoration: none;
	}

a:hover {
	color: #6F2517;
	}

#bg, #bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 0;
	}

body, html {
	font-family: Sackers, arial, sans-serif;
	color: #6a5e48;
	font-size: 14px;
	}

.clear {
	clear: both;
	}

#container {
	width: 1000px;
	height: 600px;
	position: absolute;
	}

#content {
	width: 650px;
	position: absolute;
	left: 320px;
	top: 10px;
	background-color: transparent;
	}

#content #contact {
	text-align: left;
	position: absolute;
	}

#content #contact .email {
	font-size: 15px;
	}

#content #contact .name {
	font-size: 20px;
	}
	
#content #images {
	width: 650px;
	height: 560px;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	}

#content #images img {
	}

#content #images #slides div, #content #images div.image {
	width: 650px;
	height: 560px;
	position: relative;
	background-color: transparent;
	}

#content #images div.image, #content #images div.video {
	position: absolute;
	top: 0px;
	left: 0px;
	}

#content #images #slides div img {
	position: absolute;
	}

#content ul#links {
	position: absolute;
	}

#content ul#links li {
	font-size: 12px;
	list-style: none;
	margin-bottom: 9px;
	text-align: left;
	}

#debug {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	background-color: #ffffff;
	border: 1px solid #000000;
	}

#imageNav {
	width: 650px;
	height: 40px;
	text-align: center;
	background: url(../images/divider-image-nav.png) top center no-repeat;
	}

#imageNav ul {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	}

#imageNav ul.thumbs {
	width: 165px;
	}

#imageNav li {
	float: left;
	list-style: none;
	margin-right: 22px;
	margin-top: 3px;
	color: #b6b0a5;
	}

#imageNav li a.inactive {
	color: #b6b0a5;
	cursor: default;
	}

.loading {
	background: url(../images/loading.gif) center center no-repeat;
	}

#nav {
	width: 220px;
	height: 486px;
	position: relative;
	top: 30px;
	left: 50px;
	}

#nav #divider {
	width: 12px;
	height: 486px;
	position: absolute;
	right: 0px;
	background: url(../images/divider.png) no-repeat;
	}

#nav h1 {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 197px;
	height: 32px;
	position: absolute;
	top: 60px;
	background: url(../images/billy-pavone-photography.png) no-repeat;
	}

#nav ul {
	width: 140px;
	position: absolute;
	top: 130px;
	left: 79px;
	}

#nav ul li {
	list-style: none;
	margin-bottom: 10px;
	height: 16px;
	padding-top: 3px;
	overflow: hidden;
	position: relative;
	display: none;
	}

#nav ul li a {
	position: absolute;
	top: 1px;
	left: 2px;
	}

#nav ul li a.link-on {
	color: #fafafa;
	}

#nav ul li img.mask {
	position: absolute;
	top: 0px;
	left: -20px;
	}

#nav ul li img.mask-on {
	position: absolute;
	top: 0px;
	left: -260px;
	}

.thumb {
	width: 75px;
	height: 75px;
	margin: 2px;
	float: left;
	overflow: hidden;
	position: relative;
	display: none;
	}

.thumb img, .videoStill img {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	}

#thumbs {
	position: absolute;
	}

.videoStill {
	width: 300px;
	height: 170px;
	margin: 7px;
	float: left;
	overflow: hidden;
	position: relative;
	display: none;
	}
