#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(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }

<STYLE TYPE="text/css">
	<!--
		BODY {}
		
		html
		{
			overflow-y: scroll;
		}

               .wobbleBodyStyle
		{			
			background-attachment: fixed;
			margin: 0px;
			background-color: #4778FF;
			text-align: center;
			color: #303030;
			font-size: 24px;
			font-weight: bold;
			font-family: helvetica;
		}
		
		.thumbStyle
		{
			border: 5px solid #36393B;
		}
		
		.bodyStyle
		{			
			background: url(../images/layout/bg3.png) repeat;
			background-attachment: fixed;
			margin: 0px;
			background-color: #FFB68E;
			text-align: center;
			color: #1C140D;
			font-size: 16px;
			font-weight: bold;
			font-family: helvetica;
		}

		.foxStyle
		{
                        text-align: initial;
                        padding: initial;
			margin-left: initial;
			margin-right: initial;
		}

                #head1
                {
                        position: fixed; 
                        bottom: 0px;
                        left: 0px;
                        float: left;
                }

                #head2
                {
                        position: fixed;
                        bottom: 0px;
                        right: 0px;
                        float: right;

                       -moz-transform: scaleX(-1);
                       -o-transform: scaleX(-1);
                       -webkit-transform: scaleX(-1);
                       transform: scaleX(-1);
                       filter: FlipH;
                       -ms-filter: "FlipH";
                }
		
		a:link 
		{
			COLOR: #36393B;
		}
		a:visited 
		{
			COLOR: #36393B;
		}
		a:hover 
		{
			COLOR: #45484b;
		}
		a:active 
		{
			COLOR: #36393B;
      		}
		
		.headerStyle
		{
			background-color: #FFB68E;
			height: auto;
			width: 100%;
			margin: 0px;
			text-align: center;
			font-family: helvetica;
			color: #36393B;
			font-size: 100px;
			float: center;
                        overflow: hidden;
		}

                .twitterStyle
		{
			background-color: #FFB68E;
			height: auto;
			width: 100%;
			margin: 0px;
			text-align: center;
			font-family: helvetica;
			color: #36393B;
			float: center;
                        overflow: hidden;
		}
		
		.navStyle
		{
			background-color: #C5BC8E;
			border: 0px solid #EEE6AB;
			padding: 0px;
			height: auto;
			width: 100%;
			margin-left: auto; 
			margin-right: auto;
			float: center;
			text-align: center;
			font-family: helvetica;
			color: #36393B;
		}
		
		.navStyle ul
		{
			float: center;
			margin: 0px;
			padding: 0px;
			text-align: center;
		}
		
		.navStyle ul li
		{
			float: center;
			list-style: none;
			padding: 5px 10px;
			text-align: center;
		}
		
		.navStyle ul li.large
		{
			font-size: 50px;
			padding-bottom: 10px;
			background-color: #FFB68E;
		}

		.tableStyle
		{
			background-color: #FFD4A0;
			border: 0px solid #FFD4A0;
			padding-bottom: 50px;
			height: auto;
			width: 55%;
			margin-left: auto; 
			margin-right: auto;
			float: down;
			text-align: center;
			font-family: helvetica;
			color: #36393B;
		}
		
		.tableStyle ul
		{
			float: center;
			margin: 0px;
			padding: 0px;
		}
		
		.tableStyle ul li
		{
			float: center;
			list-style: none;
			padding: 0px;
		}
		
		.tableStyle ul li.paragraph
		{
			text-align: left;
			padding-left: 30px;
			padding-right: 30px;
		}
		
		.tableStyle ul li.medium
		{
			font-size: 25px;
		}
		
		.tableStyle ul li.large
		{
			font-size: 50px;
			padding-bottom: 10px;
			background-color: #FFB68E;
		}
	-->
</STYLE>