@charset "UTF-8";
/* CSS Document */

#header {
	height: 76px;
	width: 180px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#buttons {
	height: 49px;
	width: 252px;
	float: left;
	clear: right;
	margin-left: 560px;
	margin-top: 20px;
}
#images {
	float: left;
	clear: left;
	height: 450px;
	width: 1000px;
	overflow: scroll;
	overflow-y: hidden;
	padding-bottom: 18px;
}
#thumbs {
	clear: left;
	float: left;
	height: 90px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-left: 1px;
}
#wrapper {
	height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#thumbs img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 1px;
	margin-right: auto;
	margin-bottom: auto;
}

