@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 0 0 0 0;
	margin: 0 0 0 0;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 0 auto; }
#galleries {	margin:0 0 0 0; }
#galleries label { padding-bottom: 2px; }



#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: 8pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 67px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #153665;
	color: #fff;
	border-top: solid 1px #153665;
	border-right: solid 1px #153665;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #153665;
}
#transport a:visited {
	background: #153665;
	color: #fff;
	border-top: solid 1px #153665;
	border-right: solid 1px #153665;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #153665;
}
#transport a:hover {
	background: #153665;
	color: #ddd;
	border-top: solid 1px #153665;
	border-right: solid 1px #153665;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #153665;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}


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

#thumbnails {
	clear: both;
	margin: 0 auto 0 auto;
}
#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-top: solid 1px #153665;
	border-right: solid 1px #153665;
	border-bottom: solid 1px #153665;
	border-left: solid 1px #153665;
}

#picture {
	padding: 0px;
	margin-left:4px;
	margin-top:0px;
 	width: 267px;
	height: 199px;
	float: left;
}
#mainImageOutline {
	margin: 0;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #153665;
	border-right: solid 1px #153665;
	border-bottom: solid 1px #153665;
	border-left: solid 1px #153665;
	padding: 0px; 
	overflow: hidden; 
	width: 265px;
	height: 199px;
}




/* Table Rules
----------------------------------------------- */
td.rank { }

#picture img {	border: 0px solid #153665; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }


