/*
///////////////////////////////////////////
//
// brandonindustries.com.au : lightbox.css
// Author: aCore Solutions
// Date created: Wednesday 08 March 2006
// Date modified: Tuesday 14 March 2006
//
// Purpose: image loader css file
//
// All material contained within these files and other files that are
// located on the aCore Solutions server are COPYRIGHT (C) 2006
//
// No images, text, HTML or any other type of medium may be 
// electronically reproduced under any circumstances without prior 
// permission of aCore Solutions.  Any logos depicting any entity other
// than aCore Solutions is the property of their respective owners.
// 
// See the disclaimer page at www.acore.com.au for more information.
//
///////////////////////////////////////////
*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 100%;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url("images/overlay.png"); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url("images/blank.gif");
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");*/}
	