@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	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;
	background-color: transparent;
} /* be nice to Opera */

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 955px;
	padding: 0;
	margin: 0;
	height: 514px;

}

#leftwrap {
	width: 348px;
	padding: 0px;
	margin: 100px 0px 0 0;
	height: 400px;
	float: left;
	text-align: center;
	color: #ccc;

}

.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: 248px;
	margin-top: -8px;
}
#controls {
	margin:0px auto;
	width: 222px;
	float: none;
	clear: both;
	height: 40px;
}

#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 1px 10px 0;
	padding: 6px 6px;
	width: 55px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	/*	background: #666 url('../images/bg_grad_gold.gif') repeat-x;   */
	background-image:url(../../images/bg_grad_gold.gif);
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background-image:url(../../images/bg_grad_gold.gif);
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background-image:url(../../images/bg_grad_gold2.gif);
	color: #ccc;
	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: 2px 2px 2px 6px;
	margin-bottom: 5px;
	width: 100%;
	float: left;
	text-align: center;
}
#thumbnails {
	clear: both;
	margin: 10px auto 22px auto;
	width: 85%;
	float: none;
	height: 150px;
}
#thumbnails div {
	position: relative;
	width: 36px;
	height: 36px;
	float: left;
	margin: 3px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 36px;
	height: 36px;
	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;
	width: 550px;
	float: left;
	clear: none;
	margin-bottom: 10px;
	margin-left: 25px;
	text-align: left;
	margin-top: 10px;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

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

#caption {
	float:left;
	clear:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 15px;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	color: #fff;
	font-style: italic;
}

#caption2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
#caption2 a:link{
	color:#BEBEBE;
}
#caption2 a:visited{
	color:#BEBEBE;
}
#caption2 a:hover{
	color:#000000;
}
#leftwrapper {
	text-align: center;
	clear: none;
	float: left;
	width: 250px;
}
#leftwrap a:link {
	color: #FFF;
}
#leftwrap a:visited {
	color: #FFF;
}
#leftwrap a:hover {
	color: #CCC;
}
.larger {
	font-size: 16px;
}
