@charset "UTF-8";

.SpryHiddenRegion {
   visibility: hidden;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }

#controls {
}

#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: #000;
	text-decoration: none;
}

#transport {
	position: fixed;
	top: 0px;
	left: 1%;
	right: 1%;
	margin-bottom: 75px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	z-index: 100;
}

#transport a {
	text-decoration: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport a:link {
	color: #cccccc;
}

#transport a:visited {
	color: #cccccc;
}

#transport a:hover {
	color: #ffffff;
}

#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

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

#previews {
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	width: 600px;
	margin-right: 10px;
	text-align: center;
	border: #3F3 solid 15px;
}

#thumbnails {
	clear: both;
	margin: 10px auto;
}

#thumbnails div {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 17px;
	float: left;
	display: inline;
}

#thumbnails img {
	border: #000 solid 2px;
	width: 35px;
	height: 35px;
}

#picture {
	margin-top: 80px;
	padding: 0px;
	float: left;
}

#mainImageOutline {
	margin: 0;
	padding: 0;
	border: #000 solid 5px;
	background-color: #000000;
	overflow: hidden; 
	width: 0px;
	height: 0px;
}

#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 0; }
.selectedThumbnail {  border: solid 2px #F90 !important; }
.inFocus {  border: solid 2px #000 !important; }

.jsEnabled #gallery {
	display: none;
}

/* Spry Validation Widgets Demo*/
#MovieList{
  height: 600px;
  overflow: auto;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}

.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}