/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

div.caption
{
    height: 30px;
    text-align: center;
}

li.spacer{
    visibility: hidden;
}

.wrap{
	width:533px;
	margin:0 auto;
	position:relative;
}

.wrap li{
	width:142px;
	border:solid #CCC;
	border-width:1px 1px 1px 1px;
/* 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;
}

.title 
{
    text-align: center;
    margin-bottom: 20px;
}

img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}