@charset "UTF-8";
/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.gallery {
	min-height: 30em;
}
/* Links
----------------------------------------------- */
a img {
	border-style: none;
}
/* Layout Rules
----------------------------------------------- */
#wrap {
	text-align: center;
	width: auto;
}
.SpryHiddenRegion {
	visibility: hidden;
}
/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
	width: 10em;
}
#galleries label {
	padding-bottom: 0.1em;
}
#galleryLinks a {
	color: white;
	text-decoration: none;
}
ul#transport {
	margin: 0;
	padding: 0;
}
ul#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}
ul#transport li a {
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	margin: 0 0.1em 0 0;
	padding: 0.2em 0.4em;
	width: 4em;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #7399C6 url('bg_grad_gray1.gif') repeat-x;
	color: #FFFFFF;
	border: 0.1em outset #7399C6;
}
#transport a:visited {
	background: #7399C6 url('bg_grad_gray1.gif') repeat-x;
	color: #FFFFFF;
	border: 0.1em outset #7399C6;
}
#transport a:hover {
	background: #7399C6 url('bg_grad_gray2.gif') repeat-x;
	color: #000066;
	border: 0.1em outset #7399C6;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}
#previews {
	padding: 0.1em;
}
#previewsFullWidth {
	padding: 0.1em;
	width: 100%;
	float: left;
}
#thumbnails {
	clear: both;
}
#thumbnails div.thumbnail {
	/*position: relative;*/
	width: 3em;
	height: 3em;
	float: left;
	margin: 0.3em;
	display: block;
}
#thumbnails img {
	width: 3em;
	height: 3em;
	border: 0.1em outset #7399C6;
}
#mainImageOutline {
	background-color: #7399C6;
	border: 0.1em inset #7399C6;
	padding-bottom: 2em;
	overflow: visible;
	width: 0;
	height: 0;
}
#mainImage {
	width: 100%;
	height: 100%;
}
#imgTitle {
	width: 100%;
	color: #FFFFFF;
	font-size: 80%;
	text-align: center;
	padding: 0.1em;
	overflow: visible;
}
#picture img {
}
.selectedThumbnail {
	border: 0.1em outset #CC0000 !important;
}
.inFocus {
	border: 0.1em outset #FFFF00 !important;
}
/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */

.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
@media screen and (min-width:45em) {
#previews {
	width: 30%;
	float: left;
}
#picture {
	width: 65%;
	float: left;
	overflow: visible;
}
}
