/* --- Body - control position #container, allows centering of site -- */body {	text-align: center;	background: url(/photography/images/photo_back) no-repeat #000000;	margin: 0px auto;}img {	outline: none;	border: none;}#MainContainer {	display: block;	width: 800px;	margin: 0px auto;}#headerContainer {	padding: 0px auto;	width: 800px;	height: 130px;}#navContainer {	background: #000000;	width: 100%;	height: 27px;	background: url(/photography/images/nav.jpg) repeat-x;	margin: 0px auto;}#containerHead {	display: block;	background: url(/photography/images/main-container-head.jpg) repeat-y;	width: 800px;	height: 25px;	margin: 0px auto;}#container {	display: block;	width: 800px;	background: url(/photography/images/main-container-mid.jpg) repeat-y;	margin: 0px auto;}#containerFoot {	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	color: #999999;	width: 800px;}#clearingBottom {	clear: both;}
/* start slider code */
#slider {	text-align: center;
	width: 722px;
}
#slider-head {	margin: 0px auto;	background: url(/photography/images/slide_mid.jpg) repeat-y;
}
#slider-mid {	text-align: center;	background: url(/photography/images/slide_mid.jpg) repeat-y;
	height: 225px;
}
#imageNav {	text-align: center;
	width: 714px;
	height: 225px;
	overflow: auto;
	margin: 0px auto;
}
#imageNav img {
	margin: 0px;
	display: block;
	padding: 0px 5px 0px 5px;
}
#slider-foot {	margin: 0px auto;
}
<!--/* start nav list code */#navbox ul {	text-align: center;	padding: 0px 0px 0px 0px;	margin-top: 0; /* cancels gap caused by top padding in Opera 7.54 */	margin: 0px auto;	background: url(/photography/images/nav.jpg) repeat-x;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #ffffff;	height: 27px;	line-height: 27px; /* fixes Firefox 0.9.3 */}#navbox ul li {	display: inline;	padding-left: 0;	padding-right: 0;	padding-bottom: 5px; /* matches link padding except for left and right */	padding-top: 5px;}#navbox ul li a {	padding: 0px 10px 0px 10px;	color: #ffffff;	text-decoration: none;}#navbox ul li a:hover {	color: #3F4C6B;	padding: 5px 10px 5px 10px;	background: url(/photography/images/nav_over.jpg) repeat-x;}-->/* Text formatting */a {	color: #999999;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt;	font-style: none;	text-decoration: none;}a:hover{	color: #4096ee;	font-size: 10pt;	font-style: none;	text-decoration: none;}.boldHeading {	color: #ffffff;	font-size: 10pt;	font-weight: bold;	font-family: Verdana, Arial, Helvetica, sans-serif;	margin: 0px auto;}.plainText {	color: #999999;	font-size: 8pt;	font-style: none;	font-family: Verdana, Arial, Helvetica, sans-serif;	margin: 0px auto;}.plainText a{	color: #999999;	font-size: 8pt;	font-style: none;	font-family: Verdana, Arial, Helvetica, sans-serif;}.plainText a:hover{	color: #4096ee;	font-style: none;	font-family: Verdana, Arial, Helvetica, sans-serif;}/* Left hand section of page body */#contentContainer {	text-align: center;	width: 800px;	float: left;	margin: 0px auto;}

/* HighSlide CSS */

.highslide {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
	margin: 0px auto;
	display: block;
}
.highslide:hover img {
	border: none;
	margin: 0px auto;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: grey;
	background: url(/photography/images/copyright_img.png) no-repeat;
	width: 239px;
	height: 18px;
}

.highslide-move {
	cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Controlbar example */
.controlbar {	
	background: url(/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Necessary for functionality */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(/highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}
