select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}
.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}
.rowSelected { color: #00CCFF; }

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 120px; }
#galleries {
	margin-top: 0;
	margin-bottom: 20px;
}
#galleries label {
	padding-bottom: 2px;
	font-size: 10px;
}

#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: 9px;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 50px;
	float: left;
	display: block;

	-moz-user-select: none;
	-khtml-user-select: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#transport a:link, #transport a:visited {
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: #00CCFF;
	margin-bottom: 20px;
}
#transport a:hover {
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#previews {
	width: 190px;
	margin-top: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#thumbnails {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: 2px solid #00CCFF!important; }
.inFocus {  border: 1px solid #00CCFF!important; }
#controls {
	margin-left: 0px;
}
#divImage {
	width: 350px;
	height: 700px;
}

