.photoAlbum {

}

.photoWrapper {
	padding:2px;
	float:left;
	margin:1px;
}
.photoItem {
	position:relative;
	width:160px;
	height:160px;
	overflow:hidden;
	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;
 */
	padding:2px;
	text-align:center;
}
	.photoItem a{
		display:block;
		margin:auto auto;
	}

	#content .photoItem img {
		margin:5px 0;
		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;
}

