@charset "UTF-8";
/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
	
	voice-family: "\"}\"";
	voice-family: inherit;
}
/* Links
----------------------------------------------- */

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 0px;
	margin: 0 0px;
	text-align: center;
	width: auto;
}
.SpryHiddenRegion {
	visibility: hidden;
}
/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
	width: 180px;
}
#controls {
	margin:0 auto 0px auto;
}
#galleries {
	margin:0 auto 0px auto;
}
#galleries label {
	padding-bottom: 2px;
}
#galleryLinks a {
	color: white;
	text-decoration: none;
}
#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type:none;
	list-style:none;
}
#transport a {
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 53px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #f4761f;
	color: #000;
	border:1px outset #f4761f;
}
#transport a:visited {
	background: #f4761f;
	color: #000;
	border:1px outset #f4761f;
}
#transport a:hover {
	background: #f4761f;
	color: #000066;
	border:1px outset #f4761f;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}
#previews {
	padding: 2px;
	margin-bottom: 0px;
	width: 230px;
	float: left;
	margin-right: 0px;
}
#thumbnails {
	clear: both;
	margin: 0px auto;
}
#thumbnails div {
	position: relative;
	width: 60px;
	height: 40px;
	float: left;
	margin: 6px;
	padding: 0px;
	display:block;
}
#thumbnails img {
	width: 60px;
	height: 40px;
	border:3px outset #f4761f;
	margin:0px;
}
#pictureBox {
	padding: 0px;
	width: 500px;
	float: left;
	overflow:visible;
}
#mainImageOutline {
	margin: 0 auto;
	margin-left:250px;
	background-color: #f4761f;
	border: 3px inset #f4761f;
	padding-bottom:32px;
	overflow: visible;
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}
#imgTitle {
	width: 100%;
	color:#000;
	font-size:80%;
	text-align:center;
	padding:2px;
	overflow: visible;
}
#pictureBox img {
}
.selectedThumbnail {
	border: 3px outset #CC0000 !important;
}
.inFocus {
	border: 3px outset #FFFF00 !important;
}
/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
