/* change these styles if you like */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color:#FFFFFF;
	font-size: 70%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

/* It's probably best to leave these values untouched */
#drasticmapsettings {font: 12px arial}

.UIPhotoGrid_Image{background:white;padding:4px;border: solid 1px #ccc;vertical-align:middle;}



.UIPhotoGrid_Container{margin:0px;padding:0px;}
.UIPhotoGrid_DefaultPadding{padding:0px 5px;}
.UIPhotoGrid_TableCell{padding:10px 0;vertical-align:top;width:220px; height:220px; margin:0px;}
.UIPhotoGrid_PhotoLink .UIPhotoGrid_Image{background:white;padding:4px;border: solid 1px #ccc;vertical-align:top;}
.UIPhotoGrid_PhotoLink:hover .UIPhotoGrid_Image{border: solid 1px #3B5998;}