/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/fast-gallery.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#galleryHolder {
	width: 420px;
	height: 100px;
	padding-top: 455px;
	position: relative;
	z-index: 100;
	margin: 0 auto;
}
#gallery {
	width: 420px;
	height: 90px;
	overflow: auto;
}
#gallery b {
	display: block;
}
#scroller {
	width: 1260px;
	height: 70px;
}
#scroller a {
	float: left;
	border: 0;
	text-decoration: none;
	padding: 2px;
	color: #444;
}
#scroller a img {
	border: 0;
}
#scroller a .containerLarge {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
#scroller a.show .containerLarge {
	position: absolute;
	left: 0;
	top: 0;
	z-index: auto;
}
#scroller a b.caption {
	position: absolute;
	left: -9999px;
	width: 420px;
	height: 25px;
	background: #fff;
	color: #06a;
	text-decoration: none;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
}
#scroller a.show .caption {
	left: 0;
	top: 430px;
	z-index: auto;
}
.containerLarge {
	width: 420px;
	height: 420px;
	overflow: hidden;
	float: left;
	border: 1px solid #ddd;
}
.containerLarge b {
	display: block;
}
.containerLarge .reducedSize {
	width: 840px;
}
.containerLarge .reducedSize .high {
	min-width: 420px;
	height: 420px;
	float: left;
	background: #fff;
	text-align: center;
}
.containerLarge .reducedSize .high img {
	height: 416px;
	padding: 2px;
}
* html .containerLarge .reducedSize .high {
	width: 416px;
}
/* hack for IE6 */
.containerLarge .reducedSize .wide {
	float: left;
	width: 420px;
	height: 420px;
	background: #fff;
	margin-top: -420px;
}
.containerLarge .reducedSize .wide img {
	width: 416px;
	padding: 2px;
}
.container {
	width: 64px;
	height: 64px;
	overflow: hidden;
	float: left;
	border: 1px solid #ddd;
}
.container b {
	display: block;
}
.container .reducedSize {
	width: 128px;
}
.container .reducedSize .high {
	min-width: 64px;
	height: 64px;
	float: left;
	background: #fff;
	text-align: center;
}
.container .reducedSize .high img {
	height: 60px;
	padding: 2px;
}
* html .container .reducedSize .high {
	width: 60px;
}
/* hack for IE6 */
.container .reducedSize .wide {
	float: left;
	width: 64px;
	height: 64px;
	background: #fff;
	margin-top: -64px;
}
.container .reducedSize .wide img {
	width: 60px;
	padding: 2px;
}
#scroller a:hover .containerLarge {
	left: 0;
	top: 0;
}
#scroller a:hover .container {
	border-color: #09c;
	z-index: 100;
}
#scroller a.show:hover .containerLarge {
	z-index: 100;
}
#scroller a:hover .caption {
	left: 0;
	top: 430px;
	z-index: 100;
}
#scroller a:active {
	outline: 0;
}
#scroller a:active .containerLarge {
	position: absolute;
	left: 0;
	top: 0;
	z-index: auto;
}
#scroller a:active .container {
	border-color: #c90;
}
#scroller a:active .caption {
	left: 0;
	top: 430px;
	z-index: auto;
}
#scroller a:focus {
	outline: 0;
}
#scroller a:focus .containerLarge {
	position: absolute;
	left: 0;
	top: 0;
	z-index: auto;
	background: #abc;
}
#scroller a:focus .container {
	border-color: #c90;
}
#scroller a:focus .caption {
	left: 0;
	top: 430px;
	z-index: auto;
}
/* fast */
.photocontainer {
	width: 180px;
	height: 180px;
	border: 1px solid #fff;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 5px 0 5px 4px;
	display: inline;
}
.photocontainer b {
	display: block;
}
.imgHolder {
	width: 540px;
}
/* 3x the box width */
.actualSize {
	height: 180px;
	min-width: 180px;
	float: left;
	background: #fff;
	overflow: hidden;
	text-align: center;
}
.reduceSize {
	width: 360px;
	position: relative;
	top: -180px;
}
/* width = 2x box width */
.reduceSize .h {
	min-width: 180px;
	float: left;
	background: #fff;
	text-align: center;
}
* html .reduceSize .h {
	width: 180px;
}
/* hack for IE6 */
.reduceSize .h img {
	height: 180px;
}
.reduceSize .w {
	float: left;
	width: 180px;
	height: 180px;
	background: #fff;
	margin-top: -180px;
}
.reduceSize .w img {
	width: 180px;
}
/* Snazzy Boarders */
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {
	margin: 0 10px;
	letter-spacing: 1px;
	padding: 0;
}
#xsnazzy h1 {
	font-size: 2em;
	color: #fff;
}
#xsnazzy h2 {
	font-size: 2.0em;
	color: #06a;
	border: 0;
	text-align: center;
	font-style: italic;
	font-family: "Monotype Corsiva";
}
#xsnazzy p {
	padding-bottom: 0.5em;
}
#xsnazzy h2 {
	padding-top: 0.5em;
}
#xsnazzy {
	background: transparent;
	margin: 20px 1em 25px 1em;
}
.xtop, .xbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display: block;
	overflow: hidden;
}
.xb1, .xb2, .xb3 {
	height: 1px;
}
.xb2, .xb3, .xb4 {
	background: #ccc;
	border-left: 1px solid #08c;
	border-right: 1px solid #08c;
}
.xb1 {
	margin: 0 5px;
	background: #08c;
}
.xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.xb3 {
	margin: 0 2px;
}
.xb4 {
	height: 2px;
	margin: 0 1px;
}
.xboxcontent {
	display: block;
	border: 0 solid #08c;
	border-width: 0 1px;
	background-image: url('../images/background.GIF');
}






