/* Reset */	
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
body {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	font-family: Corbel, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
	font-size: 10px;
	}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	}

a {
	outline: none;
	text-decoration: none;
	background-color: inherit;
	color: #9B7D57;
	border: 0;
	}

a:hover {
	color: #000000;
	}
	
a img {
	border: 0;
	}
	
.zeroed {
	margin: 0 auto !important;
	padding: 0 !important;
	}
	
.highslide-loading {
	padding: 0 !important;
	width: 32px !important;
	height: 32px !important;
	background-position: center !important;
	background-color: #ffffff !important;
	border: 1px solid #101010 !important;
}

.highslide-gallery {
	margin: 20px auto 0;
	padding: 0;
	width: 600px;
	text-align: center;
	}
	
.highslide-thumbstrip img {
	margin: 0 auto;
	padding: 0;
	display: block;
	border-color: #000000 !important;
	}
	
.highslide-caption, .highslide-image, .highslide-wrapper, .highslide-outline {
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	color: #000000 !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	}
	
.highslide-image {
	border-width: 1px;
	}
	
.highslide-caption {
	font-size: 12px;
	text-align: center;
	}
	
.highslide-dimming {
	background-color: #E1DDDE !important;
	}

.box {
	margin: 0 10px 20px;
	padding: 0;
	width: 130px;
	float: left;
	}

.frame {
	margin: 0 auto;
	position: relative;
	text-align: center;
	overflow: visible; /* Made visible to prevent cropping of image in frame */
	width: 130px; 
	height: 130px; 
	border: 0px solid #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
			
.gallerythumb {
	margin: 0 auto;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #000000 !important;
	}






