@charset "UTF-8";

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 700px;
	padding-top: 20px;
	margin: 0 20px;
}

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

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

.albumName {
	font-size: large;
	margin-left: -1px;
}


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

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

#transport {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 4px 10px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #B99670; /*url('../images/bg_grad_gray1.gif') repeat-x;*/
	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 {
	background: #B99670; /*url('../images/bg_grad_gray1.gif') repeat-x; */
	color: #fff;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
}
#transport a:hover {
	background: #B99670; /* url('../images/bg_grad_gray2.gif') repeat-x;*/
	color: #FFF;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border-top: solid 1px #B99670;
	border-right: solid 1px #B99670;
	border-bottom: solid 1px #B99670;
	border-left: solid 1px #B99670;
	padding: 10px 0px 20px 10px;
	margin-bottom: 5px;
	width: 175px;
	float: left;
	margin-right: 13px;
	color: #000000;
	background-color: #DED0BE;
	background-image:url(../../img/prop_capsule_mid2.gif);
	background-repeat:repeat-y;
}
#thumbnails {
	clear: both;
	margin-left: -2px;
	/*margin: 5px auto;*/
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails 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;
	width: 425px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #D9CDBD;
	/*
	border-top: solid 1px #B99670;
	border-right: solid 1px #B99670;
	border-bottom: solid 1px #B99670;
	border-left: solid 1px #B99670;
	*/
	padding: 10px; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

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

.header {
	margin-top: 0px;
}
