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

#photogallery li{
	width:175px;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#photogallery  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#photogallery a:hover span{
	top:10px;
	left:10px;
	width:175px;
	font-weight:normal;
	background:#FFF;
	color:#333;
	padding:5px 0 5px 0;
	text-transform:lowercase;
	font-size:14px;
	filter: alpha(opacity=100);
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 10px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
} 

