html, body {
	overflow-x: hidden;
}

/* THEME STYLES */
body {
	font-family:'times new roman',times,serif;
	font-size:80%;
}
#container {
	float: left;
	margin: 0 -200px 2em 0;
}
#content { margin: 3em 200px 0 0; }
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family:arial,helvetica,sans-serif;
}
#wrapper{ max-width: 700px; min-width: 35em; width: 80%; }

h1 { padding: 30px 0 10px; }
/* END THEME STYLES */

#gallery-menu {
	height: 45px;
	padding-bottom: 40px;
	position: relative;
	white-space: nowrap;
}

#gallery-viewer, #big-pic {
	width: 100%;
	height: 464px;
}

#big-pic {
	background-position: center;
}

#gallery {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

#gallery-viewer div,
#gallery-viewer img{
	position: relative;
}

#img-frame {
	border: 2px solid #000;
	width: 92px;
	height: 61px;
	z-index: 10;
}

.gallery-img {
	background-image: url('../images/icons.jpg');
	background-repeat: no-repeat;
	display: inline-block;
	width: 90px;
	height: 59px;
	margin-right: 6px;
	text-decoration: none;
}