@charset "UTF-8";

/*

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 20px;
}

#albumName {
	color: #000000;
}

/* Form Elements
----------------------------------------------- */
label, select {
	font-size: 85%;
}
select {
	color: #000000;
	border: 1px solid #000000;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#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;
	_padding-left: 18px;
	list-style: none;
	text-align:center;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	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: #666;
	color: #fff;
	border-top: solid 1px #222B47;
	border-right: solid 1px #222B47;
	border-bottom: solid 1px #222B47;
	border-left: solid 1px #222B47;
}
#transport a:visited {
	background: #666;
	color: #fff;
	border-top: solid 1px #222B47;
	border-right: solid 1px #222B47;
	border-bottom: solid 1px #222B47;
	border-left: solid 1px #222B47;
}
#transport a:hover {
	background: #666;
	color: #000;
	border-top: solid 1px #222B47;
	border-right: solid 1px #222B47;
	border-bottom: solid 1px #222B47;
	border-left: solid 1px #222B47;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

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

#previews {
	border: 1px solid #AAAAAA;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background: #EEEEEE;
	width: 250px;
	_width: 270px;
	float: left;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
	padding: 0;
	text-align:center;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border: solid 1px #222B47;
}
#picture {
	padding: 0px;
	width: 400px;
	_width: 370px;
	height: 300px;
	float: left;
	text-align:center;
	padding-top:5px;
	margin: 30px 0 0 50px;
}
#mainImageOutline {

	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border: 5px solid #eee;
	padding: 1px;
	overflow: hidden;
	width: 400px;
	height: 400px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #0998D4 !important; }
.inFocus {  border: solid 1px #0998D4 !important; }

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

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}