/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */
#image-gallery ul{ /*added Apr 23, 2010*/
    width:66%;
}

#image-gallery li{
	/*width:160px;*/
	border:solid #CCC;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers*/
	-moz-border-radius:20px;
 
	background:#FFF;
	/*padding:0px 15px 5px 15px; Modified Apr 23, 2010*/
	text-align:center;
	position:relative;
	float:left;
	display:inline;
    /*margin:5px; Modified Apr 23, 2010*/
	margin:10px;
}

#image-gallery span {
	font-size: 8pt;
}

#fullplate-photo{
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers*/
	-moz-border-radius:20px;
 
	background:#FFF;
	padding:20px 0px 15px 0px;
}

#image-gallery img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}