/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

#main-content li{

	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width:227px;
	border:solid #077684;
	border-width:1px 2px 2px 1px;

/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#fff;
	background: url("images/rightbg.jpg");
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	margin:5px;
}

#main-content img {
	border: 1px solid #000;
	}

#fullplate-photo{
	border:solid #077684;
	border-width:1px 2px 2px 1px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#fff;
	background: url("images/rightbg.jpg");
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:600px;
}


#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span{	
	top:10px;
	left:10px;
	width:227px;
	font-weight:bold;
	background:#EAE3B2;
	background: url("images/rightbg.jpg");
	color:#000;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #000;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 