/*
*{
	margin:0;
	padding:0;
	font-size:100%;

}

body{
	font:80%/110% Verdana, Helvetica, sans-serif;
	color:#666;
	margin-top:20px;
	background:#ffffff;
	text-align:center;
}

a{
	color:#666;
	text-decoration:none;
}

p,
h2{
	margin:15px 5px;
}

h2{
	color:#999;
}
*/
#wrap{
	width:798px;
	margin:0 auto;
	position:relative;
}

#header{
	margin-bottom:20px;
}

#header a{
	text-decoration:underline;
}


#main-content
{
margin-top:0px;
}

#main-content a:link img {filter:alpha(opacity=100); -moz-opacity:1.00; opacity:1.00;}
#main-content a:active img {filter:alpha(opacity=100); -moz-opacity:1.00; opacity:1.00;}
#main-content a:hover img {filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60;}

#main-content li{
	width:210px;
	border:solid #CCC;
	border-width:0 0px 0px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#561d3e;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin-right:15px;
	margin-top:15px;

}

#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 0px;
}

#fullplate-navigation li{
	display:block;
	float:left;
	width:240px;	
}

#previous{
	text-align:left;

}

#next{
	text-align:right;

}

#thumbnails
{
	text-align:center;
}


#fullplate-navigation li a{
	display:block;
	width:240px;
	padding:10px;
}

#fullplate-navigation li a:hover{
	color:#333;
}



#fullplate-photo{
	border:solid #EEE;
	border-width:0 0px 0px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#000000;
	padding:5px 15px 15px 15px;
	margin:0 auto;

}




#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span{	
	bottom:10px;
	left:10px;
	width:190px;
	font-weight:bold;
	background:#0d112e;
	color:#fff;
	padding:5px 0 5px 0;
	text-align:right;
	padding-right:10px;
	font-size:10px;
	/*font-size:80%;*/
	border:1px solid #EEE;
	border-width:0 0 0 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 


img{
	border:0px solid #EEE;
 /*delete line above and uncomment this for an inset effect 
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
*/
}

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}
.photoTitle{
font-size:15px;
line-height:17px;

margin-bottom:5px;

}