<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* imagogallery css*/
body {
	background-color: #E7E6F0;
	margin: 0px;
	height: 480px;
	width: 640px;
}

.imago_thumbImg {
	border: 0px none #D1D1D1;
	height: 45px;
	width: 60px;
	margin: 0px;
}

.imago_selectedThumb {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: -1px;
	padding: 0px;
}

img.imago_loading {
	position: absolute;
	top: 40px;
	left: 40px;
	display: none;
	visibility: hidden;
}

.imago_error {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	color: #FFFFFF;
}

div.imago_thumbMenu {
	width: 330px;
	height: 300px;
	position: absolute;
	top: 60%;
	left: 30px;
	margin-top:-25px;
}
 
table.imago_currentThumbTable {
	width: 150px;
	height: 150px;
	margin-top: auto;
	margin-right: 10%;
	margin-bottom: auto;
	margin-left: 10%;
}

div.imago_cititle {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

 div.imago_galleryTitle {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	font-family: monospace;
	color: #FFFFFF;
}

div.imago_currentImage {
	position: absolute;
	border: 100px none #FFFFFF;
	margin: 0px;
	left: 330px;
	top: 15%;
}
.imagogallery {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	bottom: 50px;
	clip: rect(0px,0px,0px,0px);
}

.imago_shoppinginfo {
	font-size: 8pt;
}

div.imago_loading {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}
a.imago_navNext, a.imago_navPrev, a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	background: url('file:///D|/My DOCUMENTS SWAN/My Web Sites/Website current/goldfield/shows/Vans 1  Album Gallery/res/img/empty.gif') no-repeat center center;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
}
a.imago_navNext, a.imago_navPrev {
	filter:alpha(opacity=20);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.imago_navPrev {
	left: 0;
	top: 0;
	background: url('file:///D|/My DOCUMENTS SWAN/My Web Sites/Website current/goldfield/shows/Vans 1  Album Gallery/res/img/prev.gif') no-repeat top left;
}

a.imago_navNext {
	right: 0;
	top: 0;
	background: url('file:///D|/My DOCUMENTS SWAN/My Web Sites/Website current/goldfield/shows/Vans 1  Album Gallery/res/img/next.gif') no-repeat top right;
}

a.imago_navNextImage:hover {
	background: url('file:///D|/My DOCUMENTS SWAN/My Web Sites/Website current/goldfield/shows/Vans 1  Album Gallery/res/img/nextImg.png') no-repeat center center;
}

a.imago_navNextImage {
	right: 0px;
	top: 0px;
}





a.imago_navPreviousImage {
	left: 0px;
	top: 0px;
}
a.imago_navPreviousImage:hover {
	background: url('file:///D|/My DOCUMENTS SWAN/My Web Sites/Website current/goldfield/shows/Vans 1  Album Gallery/res/img/prevImg.png') no-repeat center center;
}

.imago_downloadLink {
	float: right;
}
.imago_downloadLink a {
	font-size: xx-small;
	color: #E0DFE3;
}
.pglinks {
	height: 200px;
	width: 200px;
}


.pglinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #B3C7CA;
	visibility: visible;
	height: 200px;
	width: 300px;
	top: 0.5in;
	padding: 5px;
	position: relative;
	left: 0.5in;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.pgname {
	height: 50px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}


.pgname {
	height: 50px;
	width: 300px;
	position: relative;
	left: 0.5in;
	top: 10px;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #B3C7CA;
	font-weight: bold;
	font-variant: small-caps;
	padding: 5px;
}
</pre></body></html>