body.gallery
{
	background: #343434 url(/images/jpanda_back.jpg) no-repeat top left;
	margin:0px; 
	padding:0px 0px 0px 0px;
	text-align:center;
	display: block;
}

/* Boxes on the home page*/
table.home
{
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	width: 660;
	height: 104;
	text-align:justify;
	vertical-align: middle; 
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	font-variant: normal;
	color: #eeeeee;
	font-weight: 300;
    text-decoration: none;
}

table.icons
{
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	text-align:right;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	font-variant: normal;
	color: #ffffff;
	font-weight: 500;
    text-decoration: none;
    width: 900px;
}

table.bigimg
{ 
	background: url("/images/test.jpg");
}

td.sitelisticon
{
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	white-space:nowrap;
}

td.sitelist
{
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
}

/* Page Header*/
div.header
{
	padding: 10px 0px 5px 0px;
	width: 100%;
	background-color: #000000;
	text-align:center;
	vertical-align: bottom; 
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	font-variant: normal;
	color: #ffffff;
	font-weight: 600;
    text-decoration: none;
}

/* Page Footer */
div.footer
{
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 100%;
	background-color: #000000;
	text-align:center;
	vertical-align: bottom; 
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	opacity:.50;
	filter: alpha(opacity=75);
	font-family: verdana;
	font-size: 12px;
	font-variant: normal;
	color: #ffffff;
	font-weight: 600;
    text-decoration: none;
}

/* Thumbnail group below image */
div.thumblist
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align:center;
	vertical-align: middle; 
	border-width: 0px;
	font-family: verdana;
	font-size: 9px;
	font-variant: normal;
	color: #bbbbbb;
	font-weight: 600;
    text-decoration: none;
}

/* Gallery Navigation with thubnails*/
div.gallerynav
{
	margin: 20px 20px 20px 20px;
	padding: 5px 0px 3px 0px;
	width: 100%;
	background-color: #555555;
	text-align:center;
	vertical-align: middle; 
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #000000;
	opacity:.50;
	filter: alpha(opacity=75);
	font-family: verdana;
	font-size: 9px;
	font-variant: normal;
	color: #bbbbbb;
	font-weight: 600;
    text-decoration: none;
}

/**** Thumbnails ******************************************/

/* Solid Thumbnail - No Border */
img.thumbnav1
{
	border-width: 0px;
	margin: 0px;
	filter: alpha(opacity=100); 
	-moz-opacity: 0.5;
}

/* Solid Thumbnail - Border */
img.thumbnav2
{
	border-color: #cccccc;
	border-width: 3px;
	border-style: solid;
	filter: alpha(opacity=100); 
	margin: 6px;
	-moz-opacity: 0.5;
}

/* Faded Thumbnail - Border */
img.thumbnav3
{
	border-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	margin: 6px;
	opacity:.5;
	filter: alpha(opacity=100); 
	-moz-opacity: 0.5;
}

/* Faded Thumbnail 2 - Border */
img.thumbnav4
{
	border-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	margin: 6px;
	opacity:1;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.5;
}

/* Thumbnail - Placeholder */
img.thumbnavglass
{
	border-color: #555555;
	border-width: 3px;
	border-style: solid;
	margin: 5px;
}

img.arrow1
{
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
	margin: 5px;
	opacity:.50;
	filter: alpha(opacity=30);
	-moz-opacity: 0.5;
}

img.arrow2
{
	border-color: #eeeeee;
	border-width: 0px;
	border-style: solid;
	margin: 5px;
}

img.button1
{
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
	margin: 0px;
	opacity:.50;
	filter: alpha(opacity=30);
	-moz-opacity: 0.5;
}

img.button2
{
	border-color: #eeeeee;
	border-width: 0px;
	border-style: solid;
	margin: 0px;
}

/* Main Gallery Image Displayed*/
img.gallery
{
	border-color: #ffffff;
	border-width: 20px 20px 20px 20px;
	border-style: solid;
	margin: 5px 5px 20px 5px;
}

div.galleryimg
{
	background-color: #ffffff;
	border-color: #000000;
	border-width: 5px;
	border-style: solid;
	padding: 25;
}

div.galleryfont
{
	padding: 5px;
	font-family: verdana;
	font-size: 10px;
	font-variant: normal;
	color: #000000;
	font-weight: 600;
    text-decoration: none;
}

div.galleryfont:first-line
{
	font-size: 20px;
	font-variant: normal;
	color: #949494;
}

/* Navigation Link */
A,pagelink:link 
{
	color: #eed377;
	text-decoration: none;
}

A.pagelink:hover
{
	text-decoration: underline;
}

/* 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(../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 #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; }


