body
{
	background: #282828 url(images/layout/bg.jpg) repeat-x fixed top;
	font-family: Verdana, Arial, Helvetica;
}

#container
{
	background: transparent;
	width: 950px;
	height: 100%;
	padding-top: 5px;
}

#header
{
	background: transparent url(images/layout/header.jpg) no-repeat scroll top left;
	width: 950px;
	height: 150px;
	position: relative;
	top: -5px;
}

#main-template
{
	background: #646464 url(images/layout/textarea.jpg);
	position: relative;
	top: 20px;
	padding: 0px 0px 0px 0px;
	width: 455px;
	height: 100%;
	text-align: justify;
	font-size: 12px;
	color: #fafafa;
	float: left;
	/* for IE */
	filter:alpha(opacity=35);
	/* CSS3 standard */
	opacity:0.35;
}

#welcomemess
{
	float: left;
	width: 200px;
	padding: 0px 0px 0px 15px;
}

		#welcomemess h1
		{
			font-size: 14px;
			font-weight: bold;	
		}

#welcomemesspt2
{
	width: 200px;
	margin-left: 240px;
	position: relative;
	top: 26px;
}

		#welcomemesspt2 h1
		{
			font-size: 14px;
			font-weight: bold;	
		}
		
#template-links
{
	background: transparent;
	position: absolute;
	top: 195px;
	left: 470px;
	padding: 0px 0px 0px 15px;
	width: 525px;
	height: 100%;
	text-align: left;
	font-size: 12px;
	color: #969696;
}

		#template-links a
		{ 
			font-size: 11px;
			font-weight: bold;
			color: #969696;
			text-decoration: underline;
			padding-right: 2px;
		}

		#template-links a:hover
		{
			font-size: 11px;
			font-weight: bold;
			color: #f0f0f0;
			text-decoration: none;  
		}

#template-photo
{
	background: transparent;
	position: absolute;
	top: 345px;
	left: 465px;
	padding: 0px 0px 0px 15px;
	width: 525px;
	height: 100%;
	text-align: left;
	font-size: 12px;
	color: #282828;
}

		#template-photo img
		{
			padding-left: 5px;
			padding-bottom: 5px;
		}


/* ------------Lightbox script starts here---------- */
/* ------------Lightbox script starts here---------- */
/* ------------Lightbox script starts here---------- */
#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{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}