	.gallerywrapper
	{
		position: relative;
		/*margin-top: 30px;*/
		text-align: center;
		/*width: 500px;*/
	}
	
	.gallerywrapper h3
	{
		text-align: left;
		margin-left: 20px;
	}
	
	.gallerywrapper a
	{
		text-decoration: none;
		padding: 0px;
	}
	
	.gallerywrapper img
	{
		border: 1px solid #1e4b65;
	}
	
	.gallerywrapper .rowdesc
	{
		display: block;
		width: 700px;
		clear: both;
		margin-bottom: 10px;
		font-weight: bold;
	}
	
	.gallerywrapper .photo
	{
		display: inline-block;
		float: left;
		clear: none;
		width: 224px;
		height: 180px;
		text-align: center;
		vertical-align: middle;
		
		margin-bottom: 30px;
		/*margin-left: 20px;
		margin-right: 20px;*/
	}
	
	.gallerywrapper .photocenter
	{
		/* Effectively centering by hand just because of IE6 */
		display: inline-block;
		clear: none;
		float: left;
		width: 112px;
		height: 180px;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 30px;
		/*margin-left: 20px;
		margin-right: 20px;*/
	}
	
	.gallerywrapper .image
	{
		display: inline-block;
		padding: 0px;
		margin: 0px;
		/*padding-bottom: 15px;*/

		/*background-color: #444444;*/

		/*padding: 0px;
		margin: 0px;*/
	}
	
	.gallerywrapper .photocredit
	{
		margin: 0px;
		padding-top: 0px;
		margin-bottom: 7px;
		display: block;
		text-align: center;
		font-size: 8pt;
		font-weight: bold;
		line-height: 100%;
	}

	.photocredit a
	{
		color: #666;
	}
	
	.photocredit a:hover
	{
		color: #f1a836;
	}
	
	
