/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

*{


}

#wrap{
	width:800px;
	margin:0 auto;
	position:relative;

}


#main-content li{

	width:200px;
	height:230px;

/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */

	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:0px;
}





#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}


