.photoAlbum {

}

.photoWrapper {
	padding:2px;
	float:left;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 2px solid;
	margin:4px;
	padding:4px;
	background:#eee;
	height:100px;
	text-align:center;
}

.photoWrapper span {
	font-size:7pt;
}

.photoItem {
	width:120px;
	height:80px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	
	text-align:center;
	overflow:hidden;

}

#content .photoItem img{
	max-width:160px;
	width:160px;
	height:auto;
	padding:0;
	border:none;
	margin-top:-15px;
	margin-left:-15px;
}
	

	
#latestPhotos {
	border:#ccc solid 1px;
	padding:3px;
	overflow:auto;

}

#galleryAndAlbums {
	border:#ccc solid 1px;
	padding:3px;
	overflow:auto;
}

