@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
-----------------------------------------------
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0; }
 */
/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 20px;
	margin: 0 20px 20px 70px;
	text-align:left;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
/*#controls {	margin:0 auto 10px auto; }*/
#controls {	margin:0 10px; }
#galleries {	margin:0 auto 20px 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;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size:10px;
	font-weight: bold;
	margin: 0 1px 5px 0;
	padding: 4px 8px;
	width: 57px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #587D1E;
	color: #fff;
	border: solid 1px #65690B;
}
#transport a:visited {
	background: #587D1E;
	color: #fff;
	border: solid 1px #65690B;
}
#transport a:hover {
	background: #587D1E;
	color: #000;
	border: solid 1px #65690B;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	border: solid 1px #65690B;
	padding-top: 10px;
	margin: 0px 10px 5px 0px;
	background-color: #D5CD7C;
	width: 250px !important;
	float: left;
}

#thumbnails {
	clear: both;
	margin: 8px 8px 8px 6px;
}
#thumbnails div {
	position: relative;
	width: 42px;
	height: 42px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 42px;
	height: 42px;
	position: absolute;
	border: 1px solid #65690B;
}
#picture {
	padding: 0px;
	width: 500px;
	float: left;
}
#mainImageOutline {
	
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border: solid 1px #65690B;
	padding: 10px; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #D5CD7C; }
.selectedThumbnail {  border: solid 2px #FFFFCD !important; }
.inFocus {  border: solid 1px #FFFFCD !important; }


.jsEnabled #gallery {
	display: none;
}

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

