/**
 *  Liteshow JavaScript library
 *  CSS Styles for version 1.0beta3
 *   (c) 2006-2007 Benjamin Mack <www.xnos.org>
 *
 *  Liteshow is freely distributable under the terms of an MIT-style license.
 *  For details, see the Liteshow web site at http://www.xnos.org/
*/

/* fixing IE 6 display bug */
html, body { width: 100%; height: 100%; }

div#liteOverlay {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 150%;
	height: 200%;
	background-color: #000000;
}

img#liteThrobber {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

div#liteShow {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	overflow: hidden;
	z-index: 20;

	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
}

div.liteItem { position: absolute; }

div.liteItem img {
	display: block;
	clear: both;
	border: 2px solid #ffffff;
}

div.liteControls {
	float: left;
	clear: both;
	background: #ffffff;
	padding: 0;
	margin: 0;
	
}





div.liteControls h4 {
	display: block;
	float: left;
	color: #777777;
	line-height: 20px;
	font-size: 12px; 
	width: 70%;
	margin: 0;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}






div.liteControls a.close,
div.liteControls a.browse {
	float: right;
	margin: 0 10px 0 0;
	border: 0;
	width: 30px;
	height: 40px;
	background: url('../g/close.gif') center center no-repeat transparent;
}
div.liteControls a.browse { background-image: url('../g/browse.gif'); }


div#liteCache {
	position: absolute;
	left: 2000px;
	top: 0px;
}

div#liteBrowser {
	z-index: 30;
	position: absolute;
	text-align: center;
	overflow-y: scroll;
	overflow-x: hidden;
}

div#liteBrowser table { margin: 0 auto; }

div#liteBrowser td {
	border: 0;
	padding: 20px 10px;
	height: 300px;
	text-align: center;
	vertical-align: top;
}

div#liteBrowser td img {
	margin: 0 auto 28px;
	text-align: center;
	border: 2px solid #777777;
}

div#liteBrowser td span {
	display: none;
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #777777;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	border: 2px solid #ffffff;
}

div#liteBrowser td:hover img {
	border: 2px solid #ffffff;
	margin-bottom: 0;
}

div#liteBrowser td:hover span { display: block; }
