html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#tempContainer {
	background: #393939;
	width: 625px;
	height: 469px;
	float: right;
}

.slidescontainer {
	z-index: 20;
}

.slidesholder {
	width: 625px;
	height: 469px;
	overflow: hidden;
}

.slidingarea {
	position: relative;
}

.slidewindow {
	float: left;
	overflow: hidden;
}

	.slidescontainer .nav div {
		cursor: pointer;
	}
	

/* lightbox */

#slidelightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	
	z-index: 30;
}

	.lightboxBg {
		background-color: #000;
		filter: alpha(opacity=80);
		opacity: .8;
		width: 100%;
		height: 100%;
		position: absolute;
		
		z-index: 31;
	}
	
	.lightboxContent {
		position: absolute;
		
		z-index: 32;
	}
	

a.lb {
	text-decoration: none;
	border: 0;
}
	a.lb img {
		text-decoration: none;
		border: 0;
	}