body { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: black ; background-position: center 0; text-align: center; }
ol { color: #c63; font-size: 0.8em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a { color: white; font-size: 0.95em; text-decoration: none }
a:visited { color: #d5d5d5; font-size: 0.95em; text-decoration: none }
a:hover { color: silver; font-size: 0.95em; text-decoration: none }
a:active { color: white; font-size: 0.95em; text-decoration: none }
.thumb2 { position: relative; top: 0; right: 0; float: right; margin: 5px; }
.contentBox { position: relative; width: 800px; height: 800px; z-index: 1; }
.productBox { background-color: white; position: absolute; top: 10px; right: 10px; width: 400px; height: 300px; z-index: 0; border: solid 1px black; outline-color: black; }
.aboutDiv { color: white; font-size: 12px; font-family: "trebuchet ms"; text-align: left; vertical-align: text-top; position: absolute; top: 280px; left: 280px; width: 500px; height: 500px; z-index: 4; overflow: auto; padding-right: 7px; }
.title { color: white; font-size: 30px; font-family: Papyrus; position: absolute; top: 20px; left: 30px; width: 300px; height: 100px; z-index: 2; }
.menu { position: absolute; top: 285px; left: 160px; width: 200px; height: 300px; z-index: 4; }
li { color: white; font-size: 16px; font-family: "trebuchet ms"; font-weight: normal; font-style: normal; line-height: 25px; background-position: left center; text-align: left; width: 140px; height: 40px; padding-left: 10px; border-top: 1px dashed white; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; list-style-type: none; list-style-position: inside; }
.frame { background-color: black; position: absolute; top: 290px; right: 50px; width: 420px; height: 320px; z-index: 7; }
.thumb { width: 20%; height: auto; margin: 7px 7px 30px; }
.pMenu { position: absolute; top: 285px; left: 50px; width: 200px; height: 300px; z-index: 4; }
.galleryitems { color: white; font-size: 12px; text-align: left; position: absolute; top: 250px; right: 20px; width: 400px; z-index: 4; padding: 10px; }
.thumbnail img{ position: relative; width: 15%; height: 15%; padding: 2px; }
.thumbnail:hover{  }
.thumbnail:hover img{
border: 1px solid blue;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute; background-color: black; padding: 5px; border: dashed 1px gray; visibility: hidden; color: black; text-decoration: none; }
.thumbnail span img{ /*CSS for enlarged image*/
width: 100%; height: 100%; border-width: 0; padding: 2px; }
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.paintpic { position: absolute; top: 600px; left: 50px; width: 200px; height: 200px; z-index: 7; float: right; }
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px;
	}
#loading{ position: absolute; top: 40%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ background-image: url(images/blank.gif); background-repeat: inherit; background-attachment: inherit; background-position: 0 0; display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background-image: url(images/prevlabel.gif); background-repeat: inherit; background-attachment: inherit; background-position: 0 0; }
#nextLink:hover, #nextLink:visited:hover { background-image: url(images/nextlabel.gif); background-repeat: inherit; background-attachment: inherit; background-position: 0 0; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}
* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}
* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
/* Clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
