#lightbox
{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img
{
	border: none;
}

#topToolbar
{
	padding: 10px 10px 0 10px;
	text-align: right;
}

#cmdClose, #cmdNext, #cmdPrev, #cmdSave, #cmdPrint
{
	background-repeat: no-repeat;
	color: #aaa;
}
#cmdClose:hover span, #cmdNext:hover span, #cmdPrev:hover span, #cmdSave:hover span, #cmdPrint:hover span
{
	color: #555;
	text-decoration: underline;
}

#cmdClose
{
	background-image: url(/Images/close_tcm28-3623.gif);
	background-position: right 50%;
	padding-right: 16px;
}

#cmdNext
{
	float: right;
	background-image: url(/Images/next_tcm28-3624.gif);
	background-position: right 60%;
	padding-right: 16px;
}

#cmdPrev
{
	float: left;
	background-image: url(/Images/prev_tcm28-3625.gif);
	background-position: left 60%;
	padding-left: 16px;
}

#cmdSave, #cmdPrint
{
	background-position: 20px 50%;
	padding: 5px 0px 5px 40px;
}

#cmdSave
{
	background-image: url(/Images/save_tcm28-3627.gif);
}

#cmdPrint
{
	background-image: url(/Images/print_tcm28-3626.gif);
}

#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;
}

#topToolbarContainer, #bottomToolbarContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#bottomToolbar
{
	padding: 0 10px 10px 10px;
	text-align: right;
}
#bottomToolbar #caption
{
	display: block;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
}
#bottomToolbar #numberDisplay
{
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
		
#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix
{
	display: inline-block; 
	width: 100%;
}
* html .clearfix
{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}