/* CSS Document */

body
	{
	font-size: medium;
	color: #fff;
	text-align: left;
	}

div#wrapper
	{
	border: 2px solid #000;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 575px;
	}

div#text
	{
	position: relative;
	background: #333;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	margin: 0;
	padding: 0;
	text-align: left;
	top: 0px;
	left: 499px;
	width: 300px;
	height: 475px;
	}

div#scrollingText
	{
	position: relative;
	background: #333;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	margin: 0;
	padding: 0;
	text-align: left;
	top: 0px;
	left: 499px;
	width: 300px;
	height: 475px;
	overflow: auto;
	}

div#nav
	{
	position: relative;
	background: #666;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 0;
	padding: 0;
	text-align: left;
	top: 474px;
	left: 499px;
	width: 300px;
	height: 100px;
	}

div#nav2
	{
	position: relative;
	background: #666;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 0;
	padding: 0;
	text-align: left;
	top: -2px;
	left: 499px;
	width: 300px;
	height: 100px;
	}


	/* Links 	*/

a:link, a:visited
	{
	font: normal small Arial, Helvetica, sans-serif;	
	text-decoration: none;
	color: #fff;
	background: transparent; 
	}

a:hover 
	{ 
	text-decoration: underline;
	color: #ccc;
	background: transparent; 
	}

a:active
	{
	text-decoration: none;
	color: #333;
	background: transparent;  
	}

#thumb01
	{
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	top:410px;
	left:15px;
	background:url(../imgs/work/stainedGlass/01link.jpg) no-repeat;
	}

#thumb01:hover
	{
	background:url(../imgs/work/stainedGlass/01roll.jpg) no-repeat;
	}

#thumb02
	{
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	top:410px;
	left:70px;
	background:url(../imgs/work/stainedGlass/02link.jpg) no-repeat;
	}

#thumb02:hover
	{
	background:url(../imgs/work/stainedGlass/02roll.jpg) no-repeat;
	}
	
#thumb03
	{
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	top:410px;
	left:125px;
	background:url(../imgs/work/stainedGlass/03link.jpg) no-repeat;
	}

#thumb03:hover
	{
	background:url(../imgs/work/stainedGlass/03roll.jpg) no-repeat;
	}

#thumb04
	{
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	top:410px;
	left:180px;
	background:url(../imgs/work/stainedGlass/04link.jpg) no-repeat;
	}

#thumb04:hover
	{
	background:url(../imgs/work/stainedGlass/04roll.jpg) no-repeat;
	}

#thumb05
	{
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	top:410px;
	left:235px;
	background:url(../imgs/work/stainedGlass/05link.jpg) no-repeat;
	}

#thumb05:hover
	{
	background:url(../imgs/work/stainedGlass/05roll.jpg) no-repeat;
	}


	/* Typography 	*/
	
p
	{
	line-height: 150%;
	margin: 1em;
	}

ul,ol
	{
	list-style-type: none;
	margin-top : .2em;
	}

li
	{
	list-style-type: none;
	margin-left : -1.5em; 
	}

h4 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 1em 1em 1em .9em;
	}


	/* Lightbox	*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../imgs/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imgs/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
