@charset "UTF-8";

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	font-size: 75%;
	color: #000000;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	}
html>body { font-size: small; } /* be nice to Opera */

/* Layout Rules
----------------------------------------------- */
#body-wrapper {
 text-align: center;	
  margin: 0 auto;
}

.w800 {
	width: 1024px;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center;
}
#copy {
	background-color: #FFFFFF;
	padding: 8px;
	text-align: left;
	text-indent: 20px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#title h2 {
	margin-top: 40;
}
#wrap {
	width: 1024px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 190px;
}
#footer {
  line-height: 1.7em;
  padding: 0 20px 22px 20px;
  font-size: 86%;
  margin: 0 auto 30px auto;
  color: #888;
}
#menu {
	height: 14px;
	margin-top: 30px;
	line-height: 14px;
	text-transform: uppercase;
	float: none;
	margin-right: auto;
	margin-left: 100px;
}
#menu li {
  margin-right: 10px;
  display: inline;
  text-shadow: #444 1px 1px 1px; 
}
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #aaa;
}

.albumDesc	{
	margin-top: -15px;
	color: #666666;

}
.albumBookDesc {
	font-size: small;
	color: #666666;
	margin-top: -13px;
}
.descTitle {
	font-size: small;
	color: #999999;
}

.albumName {
	font-size: large;
}


/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 90%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

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

#transport {
	margin: 7px 316px;
	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;
	padding: 0px 0px;
	width: 54px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #eee url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #fff;
	border-right: solid 1px #999;
	border-bottom: solid 1px #666;
	border-left: solid 1px #999;
}
#transport a:visited {
	background: #eee url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #ccc;
	border-right: solid 1px #999;
	border-bottom: solid 1px #666;
	border-left: solid 1px #999;
}
#transport a:hover {
	background: #eee url('../images/bg_grad_gray2.gif') repeat-x;
	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;
}

#previews {
	padding: 0;
	width: 800px;
	float: none;
	background-color: #f4f4f4;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#thumbnails {
	width: 800px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#thumbnails div {
	position: relative;
	width: 43px;
	height: 24px;
	float: left;
	margin: 7px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 43px;
	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: auto;
	width: 100%;
	height: 383px;
	float: left;
}
#mainImageOutline {
	padding: 1px;
	background-color: #FFF;
	overflow: hidden;
	border: 3px solid #f4f4f4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 0 solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }.header {
	margin-top: 0px;
}

