﻿.lightbox {
	color: #333;
	font-size:12px;
	display: none;
	position:absolute;
	top:5%;
	left:25%;
	width: 538px;
	height: 480px;
	border: 0px solid #cccccc;
	background-color: white;
	text-align: center;
	z-index:1100;
	overflow: auto;	
	background-image:url(../../images/gallery/gallery_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:90px;
}
.lightbox p
{
	text-size:10px;
}

.lightbox a
{
	color:#ffffff;
	text-decoration:none;
}
.lightbox a:hover
{
text-decoration:underline;
}

.lightbox h1
{
font-weight:lighter;
padding-left:0px;
}
img
{
    border:0px;
}

.footer a
{
color:#f47103;
text-decoration:none;
}
.footer a:hover
{
text-decoration:underline;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

.close_window
{
    position:absolute;
    top:10px;
    right:10px;
    font-family:Verdana;
    font-size:10px;
}
#divCaption
{
    width:480px;
    text-align:right;
    padding-bottom:4px;
}