#lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img { 
	border: none; 
	}

#header {
	background: #fff;
	margin: 0 auto;
	}
	
#numberDisplay { 
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 10px;
	line-height: 12px;
	height: 26px;
	padding: 6px 0 0 6px;
	}	

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	}

#imageContainer {
	background-color: #000;
	height: 500px;
	}

#loading{
	position: absolute;
	top: 45%;
	left: 0%;
	width: 100%;
	background: #000;
	text-align: center;
	line-height: 0;
	}

#hoverNav{
	float: right;
	width: 154px;
	height: 34px;
	z-index: 10;
	}
	
#imageContainer>#hoverNav { 
	}

#hoverNav a { 
	outline: none;
	}
	
#prevLinkWrap, #nextLinkWrap {
	float: left;
	width: 77px;
	height: 34px;
	margin: 0;
	padding: 0;
	}
	
#prevLinkWrap { 
	background: #999 url(/img/slideshow/prev_off.gif) no-repeat; 
	}

#nextLinkWrap { 
	background: #999 url(/img/slideshow/next_off.gif) no-repeat;
	}

#prevLink, #nextLink{
	float: left;
	display: block;
	width: 77px;
	height: 34px;
	}
	
html > body #prevLink, 
html > body #nextLink {
	width: 63px;
	height: 26px;
	}

#prevLink { 
	color: #ccc;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	background: #444 url(/img/slideshow/prev.gif) no-repeat; 
	padding: 8px 14px 0 0;
	}

#nextLink { 
	color: #ccc;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	background: #444 url(/img/slideshow/next.gif) no-repeat;
	padding: 8px 0 0 14px;
	}

#prevLink:hover, 
#prevLink:visited:hover { 
	color: #fff;
	background: #222 url(/img/slideshow/prev.gif) no-repeat; 
	}
	
#nextLink:hover, 
#nextLink:visited:hover { 
	color: #fff;
	background: #222 url(/img/slideshow/next.gif) no-repeat; 
	}
	
#imageDataContainer{
	font: 13px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	line-height: 1.4em;
	padding: 10px 12px;
	}

#imageData{
	background-color: #fff;
	}
	
#imageData #imageDetails { 
	float: left;
	text-align: left; 
	}	

#imageData #caption { 
	display: block;
	float: left;
	font-weight: normal;	
	padding: 7px 0 0 5px;
	}
	
#bottomNavClose { 
	width: 66px; 
	position: absolute;
	top: 5px;
	right: 10px;
	}	
		
#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 */
	}	

span.sscredit {
	display: block;
	font-size: 10px;
	color: #666;
	}

/********** launcher layout **********/

.slideshow a.launcher {
	display: block;
	width: 200px; /* for ie6+7 */
	height: 200px; /* for ie6+7 */
	font-size: 12px;
	line-height: 16px;
	background: url('/img/features/kaffinator/slides/launcher_kaffinator.jpg') 0 0 no-repeat;
	padding: 147px 0 0 15px;
	}

html>body .slideshow a.launcher { /* for everybody else */
	width: 185px;
	height: 52px;
	}