#photogallery {
	overflow:hidden;
	width:690px;
}
#photogallery a {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dcdcdc;
	width:200px;
	height:133px;
	overflow:hidden;
	background:#f5f5f5;
	float:left;
}
#content .photogallery.tall a {
	height:150px;
}
#photogallery #swlvids a {
	width:142px;
	height:94px;
}
#photogallery a img {
	float:left;
	border:0;
}
#photogallery a.last {
	margin-right:0;
}
#photogallery a:hover {
	border-right-width: 1px;
	border-right-color: #D3C8A9;
	border-bottom-color: #D3C8A9;
	border-bottom-width: 1px;
	background:#E8DFBC;
}
#photogallery h2 {
	font-size:12px;
	margin:0;
	padding:0;
	padding-top:20px;
	clear:both;
}
#photogallery p {
	margin-top:0;
	padding-top:0;
}
/* The above rules for ids are used multiple times on the same page, should be classes, instead. Remove the rules next time you are in this file, give folks enough time to cache the rules below which are also being used in the photogallery */
.photogallery {
	overflow:hidden;
	width:690px;
}
.photogallery a {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dcdcdc;
	width:200px;
	height:133px;
	overflow:hidden;
	background:#f5f5f5;
	float:left;
}
.photogallery #swlvids a {
	width:142px;
	height:94px;
}
.photogallery a img {
	float:left;
	border:0;
}
.photogallery a.last {
	margin-right:0;
}
.photogallery a:hover {
	border-right-width: 1px;
	border-right-color: #D3C8A9;
	border-bottom-color: #D3C8A9;
	border-bottom-width: 1px;
	background:#E8DFBC;
}
.photogallery h2 {
	font-size:12px;
	margin:0;
	padding:0;
	padding-top:20px;
	clear:both;
}
.photogallery p {
	margin-top:0;
	padding-top:0;
}