.SpryHiddenRegion {
   visibility: hidden;
}

/* Table Rules
----------------------------------------------- */

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { 
	width: 260px;
}
#controls {	
	padding:15px 0 10px 10px; 
	float:none;
	clear:right;
	text-align:left;
}
#galleries { 
	margin:0 0 20px 0;
	text-align:left; 
}
#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: 64px;
	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;
}


#thumbnails {
}

#thumbnails div, #thumbnailsRes div {
	position: relative;
	width: 75px;
	height: 75px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img, #thumbnailsRes img {
	width: 75px;
	height: 75px;
	padding: 2px;
	position: absolute;
	border:1px solid #DAD0B2; 
	background-color:#FFFFFF;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  
	background-color: #fc0 !important;
}
.inFocus {
	
}
