html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #639eca url(../images/bg.jpg) 0 0 repeat-x;
}
h4 {
	font-family: Cambria, serif;
	font-size: 41px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 41px;
	margin: 0;
	padding: 20px 0 20px;
}
.gallery_container {
	margin: 10px 0 0;
	width: 605px;
	text-align: center;
}
.verbiage {
	width: 350px;
	text-align: left;
	margin: 105px 0 0;
}
.img_container {
	width: 605px;
	height: 453px;
	background: #000 url(../images/loading.gif) center center no-repeat;
	text-align: center;
	overflow: hidden;
}
.img_container a {
	display: block;
	text-align: center;
	width: 605px;
	height: 453px;
	color: transparent;
}
input, textarea {
	font-family: Arial;
	font-size: 125%;
	padding: 7px;
}
label {
	display: block;
}
.infiniteCarousel {
	width: 605px;
	position: relative;
}
.infiniteCarousel .wrapper {
	width: 525px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: hidden;
	height: 80px;
	min-height: 10em;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 40px 0;
}
.infiniteCarousel ul a img {
	border: 4px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.infiniteCarousel .wrapper ul {
	width: 99999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: absolute;
	list-style: none;
	padding:0;
	margin:0;
	top: 0;
	left: 0;
}
.infiniteCarousel ul li {
	display:block;
	float:left;
	margin: 0;
	padding: 10px;
	height: 85px;
	width: 85px;
}
.infiniteCarousel ul li a img {
	display:block;
}
.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(../images/arrow.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 37px;
	cursor: pointer;
}
.infiniteCarousel .arrow span {
	display: none;
}
.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
}
.infiniteCarousel .back {
	background-position: 0 -72px;
	left: 0;
}
.infiniteCarousel .forward:hover {
	background-position: 0 -36px;
}
.infiniteCarousel .back:hover {
	background-position: 0 -108px;
}
