#SlideShow {
	width: 386px;
	height: 230px;
	margin: 9px 0 0 15px;
	float: left;
	position: relative;
	overflow: hidden;
}

#SlideShowBox {
	width: 386px;
	height: 214px;
	background: url(/images/photoplaceholder-big.png) top left no-repeat;
}

#VideoNavigation {
	width: 386px;
	height: 214px;
	background: url(/images/photoplaceholder-big.png) top left no-repeat;
}
#SlideShow #SlideShowPhotos {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#SlideShow #SlideShowPhotos li {
	list-style: none;
	display: block;
	position: absolute;
}

#SlideShow #SlideShowPhotos li img {
	cursor: pointer;
}

#SlideShow #SlideShowNavigation {
	position: absolute;
	top: 176px;
	left: 15px;
	z-index: 100;
}

#SlideShow .overlay {
	display: none;
	z-index: 10000;
	background-color: #333;
	min-width: 200px;
	min-height: 200px;
	border: 1px solid #666;
	font-size: 1px;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

#SlideShow .overlay .close {
	background-image:url(../images/overlay/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}