@charset "UTF-8";



/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 667px;
	padding-top: 74px;
	margin: 0 0 0 131px;
}

.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;
	float: right;
}


/* 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: 0 auto 10px;
}
#galleries {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 60%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 50px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 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: #666 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:hover {
	background: #666 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 {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 464px;
}
#thumbnails {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	z-index: 50;
}
#thumbnails div {
	display:inline;
	height: 50px;
	width: 50px;
}
#thumbnails img {
	width: 50px;
	height: 50px;
	margin: 2px;
}


#picture {
	/*	float: left;
	width: 666px;
	clear: right;*/
	width: 808px;
	float: left;
	margin-top: 12px;
}
#mainImageOutline {
	z-index: 10;
	border: 6px solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainImage {
	width: 100%;
	height: 100%;
	z-index: 10;
}

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


/*-------------------- added by tw --------------------*/

/*-----Category style for title above photo to left, later removed-----*/
#category {
	position: relative;
	z-index: 50;
	top: 8px;
	left: 10px;
	text-transform: uppercase;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#photomain {
	width: 817px;
	text-align: center;
	position: relative;
	padding-left: 10px;
}

#photomain .photoimg {
	position:absolute;
	z-index: 40;
	margin: 6px;
}
/*#photomain  .photoimgSTRIP {
	z-index: 40;
	border: 6px solid #FFFFFF;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}*/
#photomain .photoinfo_left {
	height: 220px;
	width: 110px;
	position: absolute;
	z-index: 50;
	left: 14px;
	top: 210px;
}
#photomain .photoinfo {
	height: 150px;
	width: 110px;
	position: absolute;
	z-index: 50;
	right: 13px;
	top: 210px;
}
#photomain .photoinfo, p         {
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-align: left;
	font-size: 10px;
}
.photodetail {
	text-align: right;
	line-height: 1.6em;
	font-size: 11px;
}
.photopay  {
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 3px;
}
.phototitle {
	font-weight: bold;
	text-transform: uppercase;
}
.photosize  {
	font-size: 90%;
	padding-bottom: 0px;
}
.photodescrip    {
	font-size: 95%;
}
br {
	clear: both;
}
