.photoAlbum {

}

.photoWrapper {
	padding:2px;
	float:left;
	margin:1px;
}
.photoItem {
	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;
 */
	padding:2px;
	text-align:center;
}

	.photoItem img {
		max-height:160px;
		max-width:160px;
		border:none;
	}
	

	
#latestPhotos {
	border:#ccc solid 1px;
	padding:3px;
	overflow:auto;

}

#galleryAndAlbums {
	border:#ccc solid 1px;
	padding:3px;
	overflow:auto;
}
