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

	body {
	margin: 0px;
	padding: 0px;
	background: #99947F;
	}



/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 200px; }

/*
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#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: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 50px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

*/

#previews {
	border-top: solid 0px #404040;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #3a3a3a;
	border-left: solid 0px #404040;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	background:#472210;
	width: 200px;
	float: left;
	margin-right: 0px;
}
#thumbnails {
	clear: both;
	margin: 0px;
}
#thumbnails div {
	position: relative;
	width: 200px;
	height: 20px;
	float: left;
	margin: 1px;
	padding: 0px;
	float: left;
}
#thumbnails img {
	width: 200px;
	height: 20px;
	position: absolute;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #333;
	border-left: solid 0px #404040;
}
#picture {
	padding: 0px;
	width: 370px;
	float: left;
}
#mainImageOutline {
	margin: 5px auto;
	padding: 0px;
	background-color: #99947F;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #333;
	border-left: solid 0px #404040;
	padding: 0em; 
	overflow: hidden; 
}

#picture img {	border: 0px solid #000000; }
.selectedThumbnail {  border: solid 1px #FFFFFF !important; }
.inFocus {  border: solid 1px #FFFFFF !important; }

