#lightbox			{
					background-color:#EEEEEE;
					padding: 15px;
					border-top: 1px solid #777;
					border-left: 1px solid #777;
					border-bottom: 2px solid #666666;
					border-right: 2px solid #666666;
					}

#lightboxDetails 	{
					font-size: 1 em;
					padding-top: 0.4em;
					}	

#lightboxCaption	{
					/*float: left;*/			/*this was making an extra line space under caption in firefox*/
					font-family:tahoma,arial;
					font-size: 12px;
					}

#keyboardMsg		{
					float: right;
					}

#closeButton		{
					top: 5px;
					right: 5px;
					}

#lightbox img		{
					border: none;
					clear: both;
					}

#overlay img		{
					border: none;
					}

#overlay			{
					background-image: url(/images/overlay50.png);
					}

* html #overlay		{
					background-color: #333333;
					background-color: transparent;
					background-image: url(images/spacer.gif);
					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay50.png", sizingMethod="scale");
					}
	
