
@charset "UTF-8";



/* Layout Rules

----------------------------------------------- */

#wrap {
	padding-top: 20px;
	margin: 0 20px;
}

#codesample #wrap { width: auto; }


.SpryHiddenRegion {
   visibility: hidden;
}



/* Form Elements
----------------------------------------------- */

label, select { 
	font-size: 95%;
	/*font-family: "Lucida Grande", "Trebuchet MS", sans-serif;*/
}

select {
	color: #333366;
	background-color:  #ccc;
	border: 1px solid #666;
}



/* 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;
	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: 2px 4px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport a:link {
	background: #ccc;
	color: #333366;
	border-top: solid 1px #999;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #999;
}

#transport a:visited {
	background: #333366;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #999;
}

#transport a:hover {
	background: #333366;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #999;
}

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

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

#previews {
	border-top: solid 1px #999;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #999;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background:#fff;
	/*background-image: url('../demos/images/bg.gif');*/
	width: 250px;
	float: left;
	margin-right: 10px;
}

#thumbnails {
	clear: both;
	margin: 10px 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 #999;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #999;
}

#picture {
	padding: 0px;
	width: 500px;
	float: left;
}

#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #999;
	padding: 1em; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}

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


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

.jsEnabled #gallery {
	display: none;
}









