/* shaneparkerphoto_com v11 */
* {
font-family: Verdana, Arial;
	font-size: 12px;
}
html {
	background-color: #000;
	background-image: url(/img/mainBack.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:bottom right;
	margin: 0;
	padding: 0;
	/* -webkit-text-size-adjust: none; */
}
body{padding: 0;margin: 0;}

a {
	color: silver;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
:focus {
  -moz-outline-style: none;
}
h1 { 
	font-size: 16px; 
}
h2 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}
table, img {
	border: none;
	border-collapse: collapse;
}
p {
	line-height: 18px;
}
p, h4, h5 {
	margin: 0;
	padding-bottom: 10px;
}
ol, ul, li { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.normalul {
  margin-left: 0; 
  padding-left: 20px;
  margin-bottom: 1em;
	margin-top: 1em;
	font-family: Arial, Verdana;
}
li.dot {
  list-style-image: url("img/dot.png");
}

/* Hides stuff */
.hidden { display: none; }

/* main sections */
#mainHeader {
	height: 100px;
}
#mainContainer {
	position: relative;
	margin: 0 auto;
	width: 990px;
}
.contact {
	position: absolute;
	right: 30px;
	top:15px;
	font-size: 14px;
	color: #fff;
	text-align: right;
}
.contact a {
color: #fff;
	font-size: 14px;
}
.contact p {
	margin: 0;
	padding-bottom: 0;
}
.mainLogo {
	position: absolute;
	left: -50px;
	top:20px;
	z-index: 9999;
}

#footer {
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding-right: 20px;
}

/* slideshow */
#slideshow {
	position: relative;
	background: url(/img/slideshowFrame.png) no-repeat;
	width: 990px;
	height: 539px;
	padding-top: 31px;
	z-index: 1;
}
#slides {
	width:930px;
	height: 510px;
	margin:0 auto;
}
/* sprite menu */
#controls { 
	height: 75px;
	width:280px;
	z-index: 1000; 
	position: absolute; 
	top:-10px; 
	right:20px; 
	display: none;
}
#controls span a{
	height: 75px;
	float: left;
}
#controls a#prev{
	width: 72px;
	background: url(/img/menuSprite.png) no-repeat 0px 0px;
}
#controls a#prev:hover{
	background-position: 0 -75px;
}
#controls a#prev:active{
	background-position: 0 -150px;
}
#controls a#next{
	width: 68px;
	background: url(/img/menuSprite.png) no-repeat -72px 0px;
}
#controls a#next:hover{
	background-position: -72px -75px;
}
#controls a#next:active{
	background-position: -72px -150px;
}
#controls a#pause{
	width: 67px;
	background: url(/img/menuSprite.png) no-repeat -140px 0px;
}
#controls a#pause:hover{
	background-position: -140px -75px;
}
#controls a#pause:active{
	background-position: -140px -150px;
}
#controls a#play{
	width: 73px;
	background: url(/img/menuSprite.png) no-repeat -207px 0px;
}
#controls a#play:hover{
	background-position: -207px -75px;
}
#controls a#play:active{
	background-position: -207px -150px;
}
#controls span { font-size: 12px;color: silver;}
#controls a {font-size: 18px;color: #fff;}