@charset "utf-8";
/* CSS Document */
/* create box around thumnails*/

#previews {
	padding: 10px;
	margin-bottom: 10px;
	width: 351px;
	float: left;
	margin-right: 30px;
	border: 1px solid #846339;
	background-color: #EADDBB;
}
#preview_box_wrapper {
	float: left;
	height: 600px;
}

/* put thumnails in a row & keeps them in box */

#thumbnails div {
	position: relative;
	width: 70px;
	height: 70px;
	float: left;
	margin: 6px;
	padding: 0px;
	float: left;
	display:inline;
}
/*start with small thumbnails*/
#thumbnails img {
	width: 60px;
	height: 60px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}

/* transport provides buttons */
#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:9px;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 106px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #57451F;
	background-repeat: repeat-x;
}
#transport a:link {
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}
#picture div {
height = 400px;
}

/* border around main image*/
#picture img {
	border: 1px solid #846339
}
/* border around corresponding thumbnail*/
.selectedThumbnail {  border: solid 2px #0000FF !important; }
/* border around selected thumbnail*/
.inFocus {  border: solid 1px #0000FF !important; }

h1 {margin-bottom: 8px;
}
h2 {margin-bottom: 4px;
}

#mainImageOutline {
	padding: 0;
	background-color:#000000;
	padding: 0em;
	overflow: hidden;
	width: 0px;
	height: 0px;
	border: 3px solid #846339;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}

