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

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

}






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





#main-content li{
	width:198px;
	border:solid #282c35;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:40px;
 */
	background:#282c35;
	padding:4px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:1px;


}












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

}

#main-content a:hover span{	
	top:8px;
	left:6px;
	width:198px;
	font-weight:bold;
	background:#323641;
	color:#c7ced4;
	padding:1px 0 1px 0;
	text-transform:uppercase;
	font-size:70%;
	border:1px solid #c7ced4;
	border-width:0 0 2px 0;
	filter: alpha(opacity=80);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 


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