
/* --- for GALLERY pages ---------------------------------------------- */
/* ------------------------------------------------------------------- */

/* --- page layout --------------------------------------- */
.viewer-area {
	/* background: transparent url(../el/viewer-bg-333333-770x1.gif) repeat-y 50% 0px; */
	background: none none;
	}
#maingallerycontent {
	position: relative;
	margin: 0 auto 0 auto;
	width: auto;
	padding: 0 0 0 0;
	border: 0px dashed silver;
	height: 436px;
	background: transparent url(/i/blk-paper-bkg.gif) repeat 0px 0px;
	border: 1px solid silver;
	}
#gallery-extras {	
	position: relative;
	margin: 0 auto 0 auto;
	width: 770px;
	}
.gal-page-text {
	clear: both;
	margin-top: 1.5em; 	
	margin: 0 auto 0 auto;
	width: 770px;
	}
	
/* --- end main page layout items */

#gallery-v4b {
	border: 0px solid #fff;
	}
#viewscreen { /* table to hold main image */
	position: absolute;
	left: 8px;
	width: 702px;
	height: 436px;
	border: 0px solid silver;
	}
#viewedimage {
	padding: 0px;
	background-color: #fff;
	}
#thumbnails { /* div to hold table to contain thumbnail images */
	position: relative;
	left: 0px;
	width: 180px;
	height: 422px;
	margin: 0 auto 0 576px;
	border: 0px solid silver;	
	}
#thumbinstructions { 
	position: absolute;
	left: 0px;
	top: 0px; 
	z-index: 5;
	margin: 0px auto 0 auto;
	text-align: right;
	padding: 0 2em 0 0;
	}
#thumbinstructions.nocap { 
	position: relative;
	left: -300px;
	top: 1ex; 
	}
#thumbtable {
	border: 0px;
	position: relative;
	}
#thumbtable td {
	position: relative;
	border: 0px solid #fff;
	padding: 2px;
	}
td.placeholder, tr.placeholder {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	/* display: none; */
	}
#thumbtable div.box {
	position: relative;
	}
.number-left {
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 10;
	padding: 0px 0px;
	width: 1.6em;
	text-align: center;
	background-color: #fff/* #f3eac9 */;
	color: #000;
	border-top: 0px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 0px solid silver;
	font-family: "courier new", monospace;
	font-size: .8em;
	}
.number-right {
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 10;
	padding: 0px 0px;
	width: 1.6em;
	text-align: center;
	background-color: #fff/* #f3eac9 */;
	color: #000;
	border-top: 0px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 0px solid silver;
	font-family: "courier new", monospace;
	font-size: .8em;
	}
#thumbtable img {
	border: 1px solid gray;
	cursor: default;
	}
#mainimage {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 30;
	}
div.captionmask {
	position: relative;
	height: 2em;
	overflow: hidden;
	border: 0px dashed aqua;
	width: 400px;
	margin: 0 auto 0 auto;
	padding-right: 90px;
	}
ol.caption-list {
	position: absolute;
	top: 4em;
	z-index: 10;
	width: 100%;
	margin: 0em 0 0em 0;
	padding-left: 34px;
	font-size: 1em;
	line-height: 1em;
	color: #000;
	background-color: transparent;
	}
ol.caption-list li {
	font-size: 1em;
	line-height: 2em;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0/* -1.5em */;
	padding-left: 0/* 1.3em */;
	}
ol.caption-list span {
	font-style: italic;
	font-weight: 700;
	}
p.licensingtext, p.printshoptext {
	width: 500px;
	margin: 3em auto 1ex auto;
	padding-right: 46px;
	color: #623fa3;
	background-color: transparent;
	font-size: 1.2em;
	font-style: italic;
	text-align: justify;
	}
p.printshoptext {
	padding-right: 0px;
	font-size: 1.1em;
	}
.licensingtext span {
	text-decoration: underline;
	}
.printshopreach {
	width: 500px;
	margin: 1em auto 1ex auto;
	color: blue;
	background-color: transparent;
	font-size: 1.1em;
	line-height: 1.3;
	text-align: center;
	}
#caption {
	color: #53670e;
	font-size: .95em;
	text-align: center;
	width: 680px;
	margin: 0 auto 0 auto;
	position: relative;
	left: -14px; /* to center it on the images */
	}
/* bookmark, email, link stuff ----------------------- */
#bookmark-email {
	text-align: center;
	margin: 30px auto 1em auto;
	height: 30px;
	width: 660px;
	}
/* buttons */
.button-div {
	display: inline;
	height: 30px;
	}
#bookmark-email a {
	margin: 0 20px;
	width: 180px;
	height: 30px;
	overflow: hidden;
	float: left;
	}
a.email-button {
	/* width: 180px;
	height: 30px;
	overflow: hidden; */
	background-image: url(../el/email-sq-button180x60.gif);
	background-repeat: none;
	background-position: 0px 0px;
	/* float: left; */
	}
.prints a.email-button {
	background-image: url(../el/purchase-button180x60.gif);
	}
a.email-button:hover {
	background-position: 0px -30px;	
	}
a.bookmark-button {
	/* width: 180px;
	height: 30px;
	overflow: hidden; */
	background-image: url(../el/bookmark-sq-button180x60.gif);
	background-repeat: none;
	background-position: 0px 0px;
	/* float: left; */
	}
a.bookmark-button:hover {
	background-position: 0px -30px;	
	}
a.compare-button {
	/* width: 180px;
	height: 30px;
	overflow: hidden; */
	background-image: url(../el/compare-button180x60.gif);
	background-repeat: none;
	background-position: 0px 0px;
	/* float: left; */
	}
a.compare-button:hover {
	background-position: 0px -30px;	
	}
#imageurl,
#imageurl2 {
	 border: 1px solid #000;
	 padding: 2px 10px;
	 width: 500px;
	 margin: .5ex auto .5ex auto;
	 font-family: arial, sans-serif;
	 font-size: 1.1em;
	 background-color: #fff;
	 text-align: left;
	}
#email-options {
	width:700px;
	background-color:transparent;
	border:1px solid #aaba71;
	margin:0 auto;
	padding:10px;
	}
#email-options li.email-options-li {
	list-style-type: none;
	padding-left: 0;
	text-indent: -2.5em;
	font-style: italic;
	}
#email-options li a,
#email-options li a:hover {	
	text-decoration: underline;
	}
.li-button {
	background: transparent url(../el/shiny-button-left.gif) no-repeat 1em 0px;
	position:relative;
	width:30em;
	height: 31px;
	line-height: 31px;
	margin-top: 0;
	margin-bottom: 0;
	}
.li-button a {
	background: transparent url(../el/shiny-button-right.gif) no-repeat 100% 0px;
	height:31px;
	line-height:28px;
	padding:0 2em;
	position:absolute;
	right:0px;
	cursor: pointer;
	}
#email-div {
	background-color: transparent;
	background-image: url(../el/airmail-env-top.gif);
	background-position: right top;
	background-repeat: none;
	border-width:  1px;
	border-style: solid;
	border-color: #fff silver silver #eaeaea;
	margin: 1em auto;
	width: 726px;
	clear: both;
	}
#email-div-inner {
	background-color: transparent;
	background-image: url(../el/airmail-env-bot.gif);
	background-position: left bottom;
	background-repeat: none;
	padding: 20px 30px 25px 30px;
	color: navy;
	}
#email-div p {
	font-family: arial, sans-serif;
	font-size: .9em;
	margin: 1em 0em;
	color: navy;
	}
#email-div p span {
	font-family: arial, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	color: navy;
	}
#email-div p a:link,
#email-div p a:visited,
#email-div p a:active {
	font-family: arial, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	color: blue;
	text-decoration: underline;
	}
#email-div p a:hover {
	font-family: arial, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	color: green;
	text-decoration: underline;
	}
/* #email-div */ #hide-instructions {
	margin-top: 1ex;
	text-align: right;
	}
.email-copy-paste {
	text-align: left;
	border: 1px solid #aaba71;
	margin: 1em 3%;
	padding: 1ex;
	font-size: .9em;
	}
	
	
/* --- viewer #4B - button rollovers; main image w/photo-border ------------ */
#rolloverfour-b {
	/* background-color: #000; */
	border-color: #636363;
	}

#rolloverfour-b #viewscreen {
	width: 730px;
	left: 4px;
	top: 4px;
	}
	
#viewscreen-tr {
	height: 410px;
	width: 730px;
	vertical-align: middle;
	}
	
#viewedimagetd {	
	width: 702px;
	}

#gallery-v4b {
	/* height: 440px; */
	background-color: #fff;
	padding: 4px;
	}

/* div#thumbtable */
#rolloverfour-b #thumbtable {
	width: 34px;
	margin: 4px 0 0 730px;
	}

#rolloverfour-b #thumbtable table {
	border: 0px none;
	margin: 0;
	table-layout: fixed; 
	}
table#thumbtable-wrapper {
	width: 34px;
	text-align: center;
	position: absolute;
	right: 4px;
	top: 3px;
	}
#thumbtable-wrapper-row {
	height: 430px !important;
	width: 36px;
	}
#thumbtable-wrapper-cell {
	background: transparent none no-repeat !important;
	vertical-align: middle !important;
	width: 34px !important;
	position: static !important; /* important for allowing vertical centering in IE */
	}
#thumbtable-table {
	position: relative;
	}
#gallery-v4b #thumbtable td,
#gallery-v4b #thumbtable td.selected0 {
	background: transparent url(/i/port-button-bkg-68x34.gif) no-repeat 0px 0px;
	height: 34px;
	width: 34px;
	position: relative;
	border: 0px solid #c0c0c0;
	padding: 0;
	margin: 0;
	text-indent: 0em;
	text-align: center;
	vertical-align: middle;
	color: #dbdbdb;
	font-weight: normal;
	font-size: 1em;
	cursor: default;
	}
#gallery-v4b #thumbtable td.selected1 {
	background-position: -34px 0px;
	text-indent: 0em;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	cursor: default;
	}

#gallery-v4b #viewscreen td {
	position: static; /* important for allowing vertical centering in IE */
	vertical-align: middle;
	}

#gallery-v4b #viewscreen img {
	border: 0px solid #fffdf3;
	}
/* admin link  link to the captions editor window */
#admin-link {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	cursor: crosshair;
	}
