@charset "UTF-8";
.SpryHiddenRegion {
   visibility: hidden;
}
table.galerietable {
	width: 100%;
}
h1#albumName {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0px 5px 20px;
}
td.vybergalerietd {
	vertical-align: bottom;
}
#galleries {
	margin: 0px 0px 7px 0px;
}
#galleries label {
	padding-bottom: 2px;
}
select {
	color: #000000;
	background-color: #EBEBEB;
	border: 1px solid #828282;
	font-size: 85%;
}
#gallerySelect {
	width: 180px;
}
#thumbnails div {
	position: relative;
	width: 48px;
	height: 48px;
	float: left;
	margin: 20px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
#thumbnails img {
	width: 48px;
	height: 48px;
	position: absolute;
	border: solid 1px #828282;
}
.selectedThumbnail {
	border: solid 2px #800000 !important;
}
.inFocus {
	border: solid 1px #000000 !important;
}
#transport {
	margin: 20px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}
#transport a {
	text-decoration: none;
	font-size: 85%;
	letter-spacing: 0.1em;
	margin: 0px 1px 0px 0px;
	padding: 4px 8px 4px 4px;
	width: 92px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background-color: #BEBEBE;
	font-weight: normal;
	color: #000000;
	border: solid 1px #828282;
}
#transport a:visited {
	background-color: #BEBEBE;
	font-weight: normal;
	color: #000000;
	border: solid 1px #828282;
}
#transport a:hover {
	background-color: #828282;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #828282;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}
#picture {
	margin: 20px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 470px;
	height: 400px;
	text-align: center;
}
#mainImageOutline {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: solid 1px #828282;
	padding: 1em; 
	overflow: hidden; 
	width: 470px;
	height: 400px;
	text-align: center;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {
	border: 1px solid #828282;
}
.jsEnabled #gallery {
	display: none;
}
#MovieList {
  height: 600px;
  overflow: auto;
}

