/*
HTML Page elements
---------------------
*/

	body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 1px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 16px;
		color: #000000;
		background-color: #f2eddc;
		background-image: url("/images/image-gallery/common/gallery-bg-tile.gif");
		background-position: top center;
		background-repeat: repeat;
	}
	
	hr {
		display: none;
	}
	
	p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 12px 0px;
	}
	
	a {
		color: #d02052;
		text-decoration: underline;
	}
	a:visited {
		color: #5c655b;
		text-decoration: underline;
	}
	a:hover {
		color: #728946;
		text-decoration: underline;
	}
	

/*
Misc positioning elements
-------------------------
*/

	#miscTags {
		display: none;
	}
	
	#fullBrowserWidth {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 100%;
	}

	#centredPage {
		display: block;
		position: relative;
		margin: 0px auto 0px auto;
		padding: 20px 0px 0px 0px;
		width: 950px;
		text-align: left;
	}

/*
Header elements
-------------------------
*/
	
	#headerFullWidth {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 100%;
		height: 80px;
		text-align: center;
		background-color: #60192e;
		background-image: url("/images/image-gallery/common/gallery-header-bg-tile.jpg");
		background-position: top center;
		background-repeat: repeat-x;
	}

	#headerArea {
		display: block;
		position: relative;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: 950px;
		height: 80px;
	}

	#headerArea img {
		display: block;
		position: absolute;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		top: 0px;
		left: 0px;
	}

	#headerArea h1 {
		display: block;
		position: absolute;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		top: 30px;
		right: 0px;
		font-size: 30px;
		line-height: 34px;
		font-weight: normal;
		color: #cebab1;
	}

	#headerArea h1 strong {
		font-weight: normal;
		color: #ffffff;
	}

	
/*
Thumbnail images
-------------------------
*/

	#thumbnailsWrapper {
		display: block;
		width: 975px;
		position: relative;
		margin: 0px -25px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#thumbnailImages {
		width: 975px;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#thumbnailImages dd {
		float: left;
		margin: 0px 14px 10px 0px;
		padding: 0px 0px 0px 0px;
		width: 180px;
		height: 146px;
		background-image: url("/images/image-gallery/common/gallery-thumbnail-bg.gif");
		background-repeat: no-repeat;
	}
	
	#thumbnailImages dd a {
		display: block;
		position: relative;
		margin: 2px 3px 4px 3px;
		padding: 0px 0px 0px 0px;
		width: 174px;
		height: 140px;
		background-color: #ffffff;
	}
	
	#thumbnailImages dd a span {
		display: block;
		position: absolute;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		top: 8px;
		left: 8px;
		width: 158px;
		height: 124px;
		background-color: #c9cdc8;
		text-align: center;
	}
	
	#thumbnailImages dd a span img {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: none;
	}
	
	#jsActive #thumbnailImages dd a span img {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#thumbnailImages dd a.rollover {
		background-color: #728946;
	}
	
	#thumbnailImages dd a.selected {
		background-color: #60192e;
	}

/*
Image viewer
-------------------------
*/

	#imageViewer {
		display: block;
		position: absolute;
		z-index: 100;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		min-height:100%;
	}
	#imageViewer.inactive {
		display: none;
	}

	#imageViewerBG {
		display: block;
		width: 100%;
		height: 100%;
		background-color: #000000;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}

	#imageViewerBG.opaque {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}

	#imageViewer #imageViewerY {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		text-align: center;
	}

	#imageViewer #imageViewerY.advanced {
		position: fixed;
	}

	#imageViewerPanel {
		display: block;
		position: relative;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: 640px;
		height: 500px;
		background-color: #ffffff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#busy {
		position: absolute;
		top: 10px;
		left: 312px;
		visibility: hidden;
	}
	#busy.active {
		visibility: visible;
	}

	#closeButton {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 10px;
		right: 18px;
		width: 17px;
		height: 17px;
		background-image: url("/images/image-gallery/common/close-off.gif");
		background-repeat: no-repeat;
		cursor: pointer;
	}
	#closeButton img {
		visibility: hidden;
	}
	#closeButton:hover img {
		visibility: visible;
	}
	
	#leftArrow {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 454px;
		left: 20px;
		width: 39px;
		height: 35px;
		background-repeat: no-repeat;
		cursor: pointer;
		background-image: url("/images/image-gallery/common/previous-active.gif");
	}
	#leftArrow img {
		visibility: hidden;
	}
	#leftArrow:hover img {
		visibility: visible;
	}
	#leftArrow.off {
		background-image: url("/images/image-gallery/common/previous-off.gif");
	}
	#leftArrow.off:hover img {
		visibility: hidden;
	}
	
	#rightArrow {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 454px;
		right: 20px;
		width: 39px;
		height: 35px;
		background-repeat: no-repeat;
		cursor: pointer;
		background-image: url("/images/image-gallery/common/next-active.gif");
	}
	#rightArrow img {
		visibility: hidden;
	}
	#rightArrow:hover img {
		visibility: visible;
	}
	#rightArrow.off {
		background-image: url("/images/image-gallery/common/next-off.gif");
	}
	#rightArrow.off:hover img {
		visibility: hidden;
	}
	
	#playButton {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 455px;
		left: 300px;
		width: 40px;
		height: 34px;
		background-repeat: no-repeat;
		cursor: pointer;
		background-image: url("/images/image-gallery/common/play-active.gif");
	}
	#playButton img {
		visibility: hidden;
	}
	#playButton:hover img {
		visibility: visible;
	}
	
	#pauseButton {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 455px;
		left: 300px;
		width: 40px;
		height: 34px;
		background-repeat: no-repeat;
		cursor: pointer;
		background-image: url("/images/image-gallery/common/pause-active.gif");
	}
	#pauseButton img {
		visibility: hidden;
	}
	#pauseButton:hover img {
		visibility: visible;
	}

	#imageViewerPanelImage {
		display: block;
		position: absolute;
		top: 40px;
		left: 19px;
		width: 602px;
		height: 402px;
		text-align: center;
	}
	#imageViewerPanelImage img {
		border: 1px solid #000000;
	}

	#imageViewerPanel h3 {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 10px;
		left: 30px;
		width: 580px;
		text-align: center;
		font-size: 18px;
		line-height: 21px;
		z-index: 14;
	}
	
	#imageViewerPanel h3 span.imageIndex {
		color: #60192e;
		font-weight: normal;
	}
	
/*
Footer elements
-------------------------
*/

	#footerArea {
		display: block;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 0px 0px;
	}
	
/*
Copyright elements
-------------------------
*/
	
	#copyrightNotice {
		display: block;
		margin: 15px 0px 15px 0px;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		color: #60192e;
	}
	#copyrightNotice p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#copyrightNotice span {
		color: #60192e;
	}
	#copyrightNotice a , #copyrightNotice a:visited {
		color: #60192e;
		text-decoration: none;
	}
	#copyrightNotice a:hover {
		color: #60192e;
		text-decoration: underline;
	}
