@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #a5a5a5;	
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	}
html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */
a {color: #eef; 	text-decoration: none;}
a:hover {text-decoration: underline;}

a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #444; margin-left: 20px;}
h2 { font-size: 120%; text-align: left; color: #444; margin-left: 20px;}

p, ul, li { margin:0.375em 0; }

#small {
	font-size: 85%;
	line-height: 1.5em;
	margin: 0px 10px 10px 0;
	bottom: 1.5 em;
	color: #444;

}

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 1200px;
	margin: 0 20px;
}

#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}

#bildunter {
	margin-top: 1em;
	font-size: 70%;
	color: #333;
}

.impressum {
	font-size: 70%;
	color: #333;
	margin-top: -10px;
	margin-bottom: 18px;
}


/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 220px; margin-top: 10px;margin-bottom: 6px;}
#controls {	margin:0 auto 20px; }
#galleries {margin:0 auto 10px auto; }
#galleries label { padding-bottom: 2px; margin-left:8px;}

#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: none;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px 14px 14px 0;
	padding: 2px 8px;
	width: 64px;
	float: left;
	display: block;
	
/*	-moz-user-select: none;
	-khtml-user-select: none;*/
}
#transport a:link {
	background: #eee ;
	color: #444;
	border: solid 1px #fff;
	/*border-top: solid 4px #ff0;
	
	border-right: solid 1px #555;
	border-bottom: solid 1px #555;
	border-left: solid 1px #555;*/
}
#transport a:visited {
	background: #666 url;
	color: #444;
	border-top: solid 1px #888;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
	border-left: solid 1px #888;
}
#transport a:hover {
	background: #aaa;
	color: #fff;
}
#transport a:focus {
	border: 1px #CCCCCC;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews { padding: 10px 0px 10px 14px; margin-bottom: 5px; width: 234px; float: left; margin-right: 10px; background-color: #bbb;}

#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 32px;
	height: 32px;
	position: absolute;
	border-top: solid 1px #777;
	border-right: solid 1px #777;
	border-bottom: solid 1px #777;
	border-left: solid 1px #777;
}
#picture { position: relative; left: 10px; padding: 0; float: left;}
#mainImageOutline { background: #eee; padding: 1em; overflow: hidden; }
#mainImage { width: 100%; height: 100%; }

#picture img { border: solid 1px #eee; }
.selectedThumbnail {  border: solid 1px #fff !important;}
.inFocus {  border: solid 1px #fff !important; }


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

