#column1 {
	width: 184px;
	float: left;
}
#projecttext {
	float: left;
	width: 180px;
	margin: 0;
}

#projecttitle {
	margin: 0px 0px 5px 0px;
	background-color: #FFCC00;
	padding: 0px;
	width: 180px;
	float: left;
	height: 65px;
}

#projecttitle h1 {
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1em;
	padding: 5px;
}
#projecttext  p {
	font-size: 0.75em;
	color: #333333;
	margin: 0em 0px 5px;
	line-height: 1.3;
	padding-right: 5px;
}


div#galleriffic {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 920px;
	height: 565px;
	margin-right: 0px;
}

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:735px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #002164;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	font-size: 0.75em;
	float: right;
	width: 670px;
	padding: 5px 0px 0px 0px;
}

div.controls a {
	color: #333;
	text-decoration: none;
}

div.controls a:hover {
	text-decoration: underline;
}


div.nav-controls  a {
	padding: 0px 0px 0px 10px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 735px;
	height: 436px
}
div.slideshow {
	clear: both;
	height: 436px;
	overflow: hidden;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 0px;
	width: 735px;
	height: 436px;
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
	border: none;
	width: 735px;
	height: 436px;
}
div.slideshow img {
	display: block;
	border-style: none;
	float: left;
}
div.download {
	float: right;
}

div.caption {
	padding: 5px 0px 0px 0px;
	background-image: none;
	background-color: #FFF;
	float: left;
	width: 735px;
}
div.image-credit {
	font-size: 0.69em;
	float: right;
	color: #002164;
}
div.image-title {
	font-weight: bold;
	font-size: 0.75em;
	color: #002164;
	margin: 0px 0px 5px 0px;
	background-color: #FFF;
}

div.image-desc {
	line-height: 1.25em;
	font-size: 0.75em;
	color: #333333;
	background-color: #FFF;
}
div.image-desc table {
	font-size: 0.75em;
	width: 735px;
}
div.image-desc th {
	color: #333333;
	text-align: left;
	padding: 0px;
}
div.image-desc td.info {
	color: #333333;
	padding: 0px;
	vertical-align: top;
	width: 150px;
}
div.image-desc td.price {
	color: #333333;
	padding: 0px;
	vertical-align: top;
	width: 45px;
}

div.image-desc td.form {
	padding: 0px;
	vertical-align: top;
}
div.navigation {
	width: 184px;	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	float: left;
	clear: left;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	height: 375px;
	list-style-type: none;
	width: 184px;
}
ul.thumbs li {
	padding: 0;
	margin: 0px 5px 5px 0;
	display: block;
	height: 57px;
	width: 87px;
	overflow: hidden;
	float: left;
}
a.thumb {
	padding: 1px;
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #002164;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:85px;
	height:55px;
	border-style: none;
}

div.pagination {
	font-size: 0.75em;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	display: none;
}
div.navigation div.bottom {
	clear: left;
	position: absolute;
	bottom: 10px;
	width: 920px;
	left: 0px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #002164;
	background-color: #FFFFFF;
}
div.pagination a:hover {
	background-color: #FFCC00;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #002164;
	border-color: #002164;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

