@charset "UTF-8";
/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #608CAF;
}
select {
	color: #608CAF;
	background-color:  #DFDFDF;
	border: 1px solid #0e5894;
	scrollbar-arrow-color: #FFFFFF;
}
/* Gallery and Playback Controls
----------------------------------------------- */
#previews {
	border-bottom: solid 0px red; /*#91926c*/
	margin-bottom: 5px; 
	margin-right: 0px;
	width: 100%;
	float: left;
	clear: none;
	background: url('../gfx/bg_line_grey1.gif');
}

#gallerySelect { width: 220px; }
#galleries {margin:0; display: none;}
#galleries label { padding-bottom: 0px; }


#controls {
	margin: 0px; 
	width: 100%; 
	border-bottom: blue solid 0px; 
	height: 25px; 
	background: url('../gfx/bg_shad_green1.gif') repeat-x;
}

/*Classes for Prev Play Pause Next Buttons
-----------------------------------------------------------------------------*/
#transport {	margin: 0;	padding-top: 0;	list-style: none;}
#transport li {	float: left;	margin: 0;	padding: 0;	text-align: center;}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0 auto 0 0;
	padding: 2px 4px;
	width: 60px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport a:link {
	background: #1e7614 url('') repeat-x;
	color: #e6e6e6;
	border: solid 0px #91926c;
}

#transport a:visited {
	background: #1e7614 url('') repeat-x;
	color: #e6e6e6;
	border: solid 0px #91926c;
}
#transport a:hover {
	background: #1e7614 url('') repeat-x;
	color: #e6e6e6;
	border: solid 1px #12440d;
	font-weight: normal;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

/*Classes for thumbnail containers
-----------------------------------------------------------------------------*/
#thumbnails {
	clear: both;
	margin: 10px auto;
	margin-top: -5px;
	border: solid 0px #91926c;	
}
#thumbnails div {
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 50px;
	height: 50px;
	position: absolute;
	border: solid 1px #91926c;
}

.selectedThumbnail {  border: solid 2px #1e7614 !important; }
.inFocus {  border: solid 2px #1e7614 !important; }

/*Classes for Main Image Display Pane
-------------------------------------------------------------------------*/
#picture {
	padding: 0px;
	width: auto;
	float: left;
	border: 0px solid red;
}

#mainImageOutline {
	margin: 0 auto;
	margin-bottom: 10px;
	border: solid 1px #91926c;
	padding: 1em; 
	overflow: visible;
	background: url('../gfx/bg_line_grey1.gif');
}

#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #333; }

#Caption{
	border-top: solid 1px #91926c ;
	width: auto;
	float: left;
	text-align: left;
	padding-left: 1em;
	background: url('../gfx/bg_line_grey1.gif');
	display: visible;
}