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

#gallery li {
	list-style-type: none;
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	text-align: center;
	float: left;
	display: inline;
	margin: 5px;
	vertical-align: middle;
}

#gallery img {/*width: 100px; height:100px;*/}

a, a:hover {text-decoration: none; color: #000;}