#c1, #c2 {
	/* 
		Override the height as currently grows to the 
		size of its content
	*/
	height: 650px;
}
#content-container {
	/* Contains the image of the title, the height of this container is relevant */
	margin: 0px;
	padding: 0px;
	/* 
		Set the width of this div's container 
		to move the next item over to the relevant _x position
	*/	
	width: 806px;
	/*border-style: solid;*/
	float: left;
	background-color: #fff;
	height: 631px;
}
#gallery-selected-image{
	margin: 0px;
	padding-left: 12px;
	padding-top: 12px;
	float: left;
}

#copy-container{
	margin: 0px;
	padding-top: 89px;
	padding-left: 16px;
	width: 134px;
	float: left;
	position: relative;
}
#next-container{
	position: absolute;
	top: 155px;
	padding-top: 5px;
	width: 120px;
	float: left;
	border-width: 1px;
	border-top-style: solid;
	border-top-color: #eee9df;
}
#prev-container{
	position: absolute;
	top: 180px;
	padding-bottom: 5px;
	width: 120px;
	float: left;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee9df;
}
#thumbnails-container{
	position: absolute;
	top: 210px;
	width: 120px;
	float: left;
}
/* Start - Section Navigation Menu */
#section-navigation-container{
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 139px;
	float: right;
	background-color: #eee9df;
	/*border-style: solid;*/
}
ul#section-navigation-menu{
	list-style-type:none;
	position:relative;
	height:21px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	font-weight: 500;
	margin:0;
	padding: 0px;
	text-transform: capitalize;
}
ul#section-navigation-menu li{
	display: block;
	float: left;
	margin: 0 0 0 0px;
	height: 21px;
}
ul#section-navigation-menu li.left{
	margin: 0;
}
ul#section-navigation-menu li a{
	display:block;
	float:left;
	color: #adaaa2;
	line-height:23px;
	text-decoration:none;
	padding-bottom: 0;
	/* Indent "Next Section" text */
	padding-left: 6px;
	padding-top: 0;
	height:21px;
	width: 133px;
}
ul#section-navigation-menu li a.right{
	padding-right:19px;
}
ul#section-navigation-menu li a:hover{
	background: #eee9df;
}
ul#section-navigation-menu li a.current{
	color: #56544d;
	background: #eee9df;
}
ul#section-navigation-menu li a.current:hover{
	background: #fff;
}

/* End - Section Navigation Menu */
