/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

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


#contentwrap{
	width:640px;
	margin:0 auto;
	padding:0 0px 0 25px;
	position:relative;
}

#contentheader{
	margin-bottom:20px;
}

#contentheader a{
	text-decoration:underline;
}



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

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

}

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

#previous{
	padding-left:20px;
	text-align:left;
}

#next{
	padding-right:10px;
	text-align:right;
}


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

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



#fullplate-photo{
/* for border on right and bottom of picture, shows as blue link in browser
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-width:0 1px 1px 0;	
 */
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#EEEEEE;
	padding:15px 15px 15px 15px;
	margin:20px 10px 0 ;
	width:530px;
	
}




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

#main-content li a:hover {	
	top:10px;
	left:10px;
	width:77px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 

#main-content li a:link, a:visited {	
	top:10px;
	left:10px;
	width:77px;
	filter:alpha(opacity=75);
	-moz-opacity:1.75;
	opacity:.75;
	
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 


#main-content fullplate-photo{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}


#main-content img{
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	
/* 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;
}