#tigerLightbox-overlay {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
}
#tigerLightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#tigerLightbox a img { border: none; }
#tigerLightbox-image-container-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#footer_dupe {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align:center;
	font-size: 10px;
	z-index: 105;
}
#tigerLightbox-image-container { 
	width: 250px;
	height: 250px;
	padding: 0; 
	margin: 0 auto;
	position: relative;
}
#tigerLightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	display: block;
}
#loadwrap {
	width: 32px;
	height:32px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	display: block;
	position:relative;
}
#tigerLightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#tigerLightbox-image-container-box > #tigerLightbox-nav { left: 0; }
#tigerLightbox-nav a { outline: none;}
#tigerLightbox-nav-btnPrev, #tigerLightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#tigerLightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#tigerLightbox-nav-btnNext {
	float: right;
}
#tigerLightbox-image-container-data-box {
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0;
}
.mintext {
	font-size: 10px;
}
#tigerLightbox-image-container-data {
	margin: 0;
	padding: 0; 
	color: #666; 
}
#tigerLightbox-image-container-data #tigerLightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#tigerLightbox-image-details-caption { font-weight: bold; }
#tigerLightbox-image-details-caption2 { 
	display: block;
	clear: left;
	margin: 5px 0 0;
}
#tigerLightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	/*padding-bottom: 1.0em;	*/
}	
#tigerLightbox-cc-btnClose {
	float: right;
	padding-bottom: 0.7em;
	font: 14px Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	cursor: pointer;
}
#tigerLightbox-cc a {
	text-decoration:none;
	color: #333;
}
#tigerLightbox-cc a:visited {
	text-decoration:none;
	color: #333;
}
#tigerLightbox-cc a:visited:hover, #tigerLightbox-cc a:hover {
	color: #333;
	text-decoration:underline;
}
#tigerLightbox-cc a:active {
	color: #333;
	text-decoration:underline;
}