/*-----------------------------------------------
	Spry Demos CSS Rules
	Version:  12 Apr 2006 (0.2b)
-----------------------------------------------*/
* {
	font-size: 62.5%; /* ======= Resets 1em to 10px ======= */
	font-size: 12px;
	color: #444;
	margin: 0px; padding: 0px;
	}
a img { border-style: none; }
p { margin: 0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 1000px;
	margin: 0 0 8px 0px;
	padding: 5px 5px 5px 0px;
	overflow: hidden;
}
#page {
	width: 1000px;
}

#content {
	width: 620px;
	padding: 0;
	margin: 0px !important;
}

h1 {
	z-index: 500;
	filter: alpha(opacity=99);
	opacity: 0.99; -moz-opacity: 0.99;
	margin: 0 10px 0px 30px;
	background: none;
}

#page, #rightMargin, #content, #wrap { border: 0px solid #FFF; }
#page { border-color: red; }
#rightMargin { border-color: blue; }
#content { border-color: yellow; }
#wrap { border-color: green; }

.content_end { display: none; }

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

select {
	color: #FFF1E3;
	padding: 3px 3px 1px 3px;
	font: bold 13px/14px "Trebuchet MS", sans-serif !important;
	text-align: center;
	background-color:  #000;
	border: 1px solid #2E1906;
}
option {
	padding-left: 3px;
	background-color: #FFF1E3;
}
label, #gallerySelect label {
	padding-bottom: 5px !important;
	vertical-align: middle;
	color: #888;
	text-transform: uppercase;
	font: bold 11px "Trebuchet MS", "Lucida Grande", sans-serif !important;
}

#gallerySelect { width: 130px; margin: 3px auto; }

/* Gallery and Playback Controls
----------------------------------------------- */
#controls {	margin: 0 auto 6px auto; }
#galleries { margin: 0 auto 6px auto; }

#email_insert {
	color: #BCA894;
	color: #B0A090;
	color: #A99783;
	color: #978471;
	font: bold 10px "Trebuchet MS", "Lucida Grande", sans-serif !important;
	width: 120px;
	float: left;
	clear: right;
	padding: 5px;
	margin: 5px 0 0 0;
	background: #000;
}

#previews {
	border: solid 1px #FFF1E3;
	padding: 8px;
	margin-top: 3px;
	width: 130px;
	float: left;
	text-align: center;
	background: #000 url('../images/black_checks.gif') repeat;
}
#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a:link,
#transport a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font: bold 13px/11px "Gill Sans", Gill, "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: -0.0em;
	margin: 2px;
	padding: 2px 4px 3px 4px;
	width: 24px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	
	background: #666 url('images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border: solid 1px #999;
	border-color: #999 #404040 #3a3a3a #404040;
}
#transport a#playLabel {
	width: 40px;
	font-size: 11px !important;
	font-weight: normal;
}
#transport a:hover {
	background: #666 url('images/bg_grad_gray2.gif') repeat-x;
	color: #000;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#thumbnails {
	clear: both;
	margin: 8px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	margin: 4px;
	padding: 0;
	float: left;
	overflow: visible;
}
#thumbnails img {
	border: solid 1px #999;
	border-color: #777 #555 #333 #555;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
}
#picture {			/* ======== PICTURE WIDTH = IMPORTANT ========= */
	padding: 0px;
	width: 450px;
	float: left;
	margin-top: 3px;
}
#mainImageOutline {
	margin: 0 0 0 5px;
	background-color: #EEE;
	padding: 8px 10px 10px 8px !important; 
	overflow: hidden;
	border: 1px solid #222;
	border-color: #777 #444 #333 #555;
	z-index: 400;
}

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

/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #3a3a3a; 
	width: 100%; height: 365px;
	border: solid 1px #404040;
  }

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

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

/* Navigation Classes
----------------------------------------------- */
.return a, .source a {
	text-decoration: none; 
	font-size: small;
	font-weight: normal;
	margin-left: 24px;
	padding-left: 16px;
}

.return a:link { color: #fff; background: url('images/btn_return_link.gif') no-repeat left 50%; }
.return a:visited { color: #fff; background: url('images/btn_return_link.gif') no-repeat left 50%; }
.return a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('images/btn_return_hover.gif') no-repeat left 50%;
}
.return a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	background: url('images/btn_return_link.gif') no-repeat left 50%;
	}

.source a:link { color: #fff; background: url('images/btn_source_link.gif') no-repeat left 50%; }
.source a:visited { color: #fff; background: url('images/btn_source_link.gif') no-repeat left 50%; }
.source a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('images/btn_source_hover.gif') no-repeat left 50%;
}
.source a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff;  
	background: url('images/btn_source_link.gif') no-repeat left 50%;
	}
