@charset "utf-8";
/* CSS Document */


/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 12px; }
#controls { float:right; margin-top:1px; margin-right:3px; }
#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;
	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: #373732;
	color: #FFFFFF;

}
#transport a:visited {
background: #373732;
	color: #FFFFFF;

}
#transport a:hover {
background: #373732;
	color: #cccccc;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
margin-top:3px;
margin-left:3px;

}
#thumbnails {
	clear: both;
}
#thumbnails div {
	position: relative;
	width: 12px;
	height: 6px;
	float: left;
	margin-top:8px;
	margin-left:4px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 12px;
	height: 6px;
	position: absolute;
	border:0px;
	}
#picture {
	width: 820px;
	height:554px;
	border-bottom:#3d362c solid 1px;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #1b1814;
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border-bottom: 0px solid #1b1814; }
.selectedThumbnail {  background-color:#ff6300; }
.inFocus {  background-color:#ff6300; }

/* Spry Validation Widgets Demo*/
#MovieList{
  height: 600px;
  overflow: auto;
}

.thumbnail {
background-color:#3f362d;
}
/* RSS Reader Rules
----------------------------------------------- */



