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

body, p, h1, h2, h3, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #069;
	size: inherit	
}
a{
	color:#666;
	text-decoration:none;
}

p,
h2{
	margin:15px 5px;
}
h3{
	color:#036;
	text-align: center;
	font-size: 14px;
}
h1{
	color:#036;
	font-size: medium;
}

#wrap{
	width:720px;
	margin:0 auto;
	position:relative;
}


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


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

}

#main-content a:hover span{	
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 

