/*Fix for purple border around images with links */
img {border: 0;}
/* Fix for red dotted border around images when clicked */
a:active {outline: none;}
a:focus {-moz-outline-style: none;}


* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	overflow: hidden;
}

body {
	background: #080705 url('../images/background_dark.jpg') repeat fixed center center;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #b3b3b3;
	overflow: hidden;
	height: 100%;
}

#photo {
	/*background: #0C0;*/
	position: relative;
	text-align: center;
	margin-top: 50px;
}

#photo_a {
	position: relative;
	background-color: #fff;
	text-align: center;
}

#main_img {
	position: relative;
/*	margin: 0 auto;*/
/*
	-moz-box-shadow: 0px 0px 10px 10px #111;
	-webkit-box-shadow: 0px 0px 10px 10px #111;
	box-shadow: 0px 0px 10px 10px #111;
	behavior: url('/lib/ie-css3.htc');
	*/
}

#photo h1 {
	font-weight: bold;
	display: none;
	font-size: 16px;
	position: absolute;
	letter-spacing: 0.1em;
	bottom: 30px;
	left: 30px;
	z-index: 10;
}

a#previous, a#next {
	background: #FFF transparent;
	position: absolute;
	top: 50%;
	z-index: 5;
}

a#previous {
	left: 25px;
}

a#next {
	right: 25px;
}
