@charset "UTF-8";

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

/* Paragraph Headings
----------------------------------------------- */

p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap2 {
	margin: 0 10px;
}

#codesample #wrap2 { width: auto; }




/* Table Rules
----------------------------------------------- */
/* 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: #226661;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#transport a {
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 4px 4px;
	width: 50px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	color: #226661;
}
#transport a:visited {
	color: #fff;
}
#transport a:hover {
	color: #F90;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	padding: 40px 10px 10px 10px;
	width: 120px;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
	border: none;
}
#thumbnails_galery {
	clear: both;
	margin: 10px auto;
}
#thumbnails_galery div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 6px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails_galery img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	float: left;
	margin-left: 40px;
	width: auto;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #333;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

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

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.li_next {
	background-color: transparent;
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.li_back {
	background-color: transparent;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: left;
}
