@charset "utf-8";
/* CSS Document */

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { 
	width: 185px;
	margin: 5px 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
}
.galSelHead {
	font-weight: bold;
}
#controls {	margin:0 auto 10px auto; }
#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;
	font-size: 10px;
	margin: 0px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	color: #fff;
}
#transport a:visited {
	color: #fff;
}
#transport a:hover {
	color: #FF3300;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

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

#thumbnails {
	background: url(../images/gallery_thumbs_bg.jpg) top #EEEEEE;
	margin-top: 10px;
	margin-bottom: 10px;
}

#thumbnails div {
	position: relative;
	width: 38px;
	height: 34px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display:inline;
}
#thumbnails img {
	width: 38px;
	height: 34px;
	position: absolute;
	border: 2px solid #777777;
}
#thumbnails p {
	padding: 10px;
	padding-bottom: 0px;
	margin: 0px;
	margin-bottom: 5px;
	line-height: 140%;
}
#thumbnails p a {
	color: #FF3300;
	text-decoration: none;
}
#thumbnails ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#thumbnails ul a {
	color: #FF3300;
	text-decoration: none;
}
#thumbnails li {
	margin-bottom: 2px;
	line-height: 140%;
}
#picture {
	padding: 0px;
	padding-right: 20px;
	width: 490px;
	float: right;
}
#mainImageOutline {
	margin: 0 auto;
	background-color: #EEEEEE;
	padding: 10px; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}
#picture img {}
.selectedThumbnail {
	border: solid 2px #FF3300 !important;
}
.inFocus {  
	border: solid 2px #FF3300 !important;
}
.ClearAll {
	clear: both;
	background: url(../images/gallery_thumbs_bg.jpg) bottom #EEEEEE;
	height: 10px;
	font-size: 0;
	line-height: 0;
	padding: 0px;
	margin: 0px;
}
#PageTitle {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
