.dPhotoGallery .archive .item,
.dPhotoGallery .archive .reminderItem {
	float:left;
	padding:0;
	margin:0 24px 20px 0;
	border:none;	
	text-align:center;
}
	.dPhotoGallery .archive .reminderItem {
		margin-right:0;
	}
	
	.dPhotoGallery .archive .item img,
	.dPhotoGallery .archive .reminderItem img {
		border:3px solid #CCC;
	} 
	

.dNewsArchive a:link,
.dNewsArchive a:visited {
	text-decoration:none;
}

.dNewsArchive a:hover {
	text-decoration:underline;
}

.dNewsArchive .firstItem,
.dNewsArchive .item {
	margin-bottom:10px;
	padding:10px 0;
	border-bottom:1px solid #CCC;
}

	.dNewsArchive .readmore {
		text-align:right;
		font-size:9px;
	}
