#nav {
	margin-left: auto;
	margin-right: auto;
	background-color: #842042;
	height: 50px;
	padding: 5px;
	_padding-bottom: 0px;
	width: 728px;
}

#nav a {
	display: block;
	text-align: center;
	float: left;
	width: 89px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	margin: 9px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #A42B58;
}


#nav .active {
	background-color: #B93164;
	color: #FFFFFF;
}

#nav .active:hover {
	background-color: #B93164;
	color: #FFFFFF;
}

#nav a:hover {
	background-color: #B93164;
	color: #FFFFFF;
}

#sections {
	margin-top: 47px;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
}

#sections img {
	float: left;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	margin-right: 4px;
}

#sections img:hover, #sections .active img {
	border-color: #FBE7C6;
}

#gallery {
	height: 105px;
	overflow: hidden;
	width: 648px;
	margin-top: 47px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#gallery_container {
	height: 105px;
	position: absolute;
}

#gallery_container img {
	float: left;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	margin-right: 4px;
}

#gallery_container .active img, #gallery_container img:hover {
	border-color: #FBE7C6;
}


.arrow_left {
	float: left;
	cursor: pointer;
	border: none;
	position: relative;
	top: 90px;
	*top: 45px;
}

.arrow_right {
	float: right;
	cursor: pointer;
	border: none;
	position: relative;
	top: 90px;
	*top: 45px;
}
