body{
	margin:0px; padding:0px;
	background-image: url('images/grad.png');
	background-color: #111111;
	background-attachment: fixed;
	font-size: 11px;
	color: #4A4A4A;
	font-family: arial;

}
#splashBody{	
	background-image: none;
	background-color: black;
}
#container{
	height: 800px;
	width: 1060px;
	position: absolute;
	left: 10px;
		
}

i{ color: #888888; }	/*for captions*/
ul{ list-style: none; }
img{  border-style: none; }

a{ color: #444444; border: 0; text-decoration: none; }
a:hover{ color: #CCCCCC; border: 0; }

a.reels_sel{ color: #CCCCCC; }

a.logo{ display:block; width: 110px; height: 71px; }
a.logo:hover{  width: 110px; height: 71px; background-image: url("images/logo.png");}

#pNum{color: #CCCCCC; position: relative; bottom: 6px;}

ul.menu
{
	position: relative;
	width: 110px;

	margin: 0px;  padding: 0px;
	text-align: right;
}

ul.menu li{
	margin-top: 8px;
}

ul.buttonSel{ margin: 0px; padding: 0px; position: relative; /*left: 60px; bottom: 6px;*/  /*bottom: 33px; left: 32px;*/}
ul.buttonSel li{
	font-size: 4px;
	display: inline;
	margin-right: 4px;
	width: 10px;
	height: 4px;
}

#enter{color: #555555;}
#name{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#splash{
	text-align: center;
}


div.buttonsCon{	
	width: 50px; height: 25px;
	background-color: #191919;
	position: relative;
	top: 15px;	
}
div.buttons{	
	width: 42px; height: 11px;
	margin: 0px; padding: 0px;
	
	position: relative;
	top: 7px;
	left: 6px;
}

div.btnPrev{  width:12px; height:11px; background-image: url("images/btn_prev.png"); }
div.btnPrev:hover{ width:12px; height:11px; background-image: url("images/btn_prev.png"); background-position: bottom; background-repeat: no-repeat; }

div.btnNext{ width:12px; height:11px; background-image: url("images/btn_next.png"); position: relative; left: 25px; bottom: 11px; }
div.btnNext:hover{ width:12px; height:11px; background-image: url("images/btn_next.png"); background-position: bottom; background-repeat: no-repeat; }

/*
div.play{  width:11px; height:11px; background-image: url("images/btn_play.png"); position: relative; left: 44px; bottom: 22px;  }
div.play:hover{ width:11px; height:11px; background-image: url("images/btn_play.png"); background-position: bottom; background-repeat: no-repeat; }

div.stop{  width:11px; height:11px; background-image: url("images/btn_stop.png"); position: relative; left: 22px; bottom: 11px;  }
div.stop:hover{ width:11px; height:11px; background-image: url("images/btn_stop.png"); background-position: bottom; background-repeat: no-repeat; }
*/


#captions{
	position: relative;
	margin: 0px;
	padding: 0px;
	
	/*top: 655px;*/
	top: 50px;
	width: 900px;
	height: 75px;
}
#captions li{
	text-align:center;
	margin: auto;
	color: #CCCCCC;
}
#captions a{ color: #EEEEEE; }
#captions a:hover{ color: white; }
#photoContainer{
	height: 700px;
	width: 900px;

	position: absolute;
	top: 18px;
	left: 128px;
}
#photos{
	width: 900px;
	height: 680px;

	background-color: #191919;
	position:relative;
}
#photos img{
	display: none;
	
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
	
	top: 40px;
}






