#divSlideshow {
	width: 490px;
	height: 275px;
	clear: both;
	float: left;
}
#divSlideshow * {
	background-color: transparent !important;
}
#fadeshow1 {
	height: 275px;
	width: 490px;
}
#divSlideshow  #divSlideshowControl {
	width: 130px; 
	text-align:left; 
	margin-top:0px; 
	position: relative; 
	bottom: 25px; 
	left: 0px; 
	z-index: 16;
}
#divSlideshow  #spanSlideStatus {
	margin:0 5px; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px;
	display: none;
}
#divSlideshow  .imgSlideshowPrevBtn1 {
	border: 0px;
	background-image: url(../img/slideshow/ui/prevSlideBtn.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 12px;
}
#divSlideshow  .imgSlideshowPrevBtn2 {
	border: 0px;
	background-image: url(../img/slideshow/ui/prevSlideBtn2.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 12px;
}
#divSlideshow  .imgSlideshowNextBtn1 {
	border: 0px;
	background-image: url(../img/slideshow/ui/nextSlideBtn.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 12px;
}
#divSlideshow  .imgSlideshowNextBtn2 {
	border: 0px;
	background-image: url(../img/slideshow/ui/nextSlideBtn2.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 12px;
}
#divSlideshow  .divMainVideoPlayerShowing {
	border: 0px;
	background-image: url(../img/slideshow/ui/video-bkg1.png);
	background-repeat: no-repeat;
	width: 310px;
	height: 235px;
	z-index: 17;
	position: relative;
	top: -285px;
	left: 0px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#divSlideshow  .divMainVideoPlayerHidden {
	display: none;
}
#divSlideshow  #divMainVideoPlayer iframe {
	z-index: 18;
	width: 300px;
	height: 225px;	
	position: relative;
	top: 5px;
	left: 0px;
}
#divSlideshow  .imgCloseVideoShowing {
	background-image: url(../img/slideshow/ui/closeVideoBtn1.png);
	width: 15px;
	height: 15px;
	cursor: pointer;
	position: relative;
	top: -225px;
	left: 145px;	
	z-index: 19;
}
#divSlideshow  .imgCloseVideoHidden {
	display: none;
}
#divSlideshow  .imgOpenVideoShowing {
	background-image: url(../img/slideshow/ui/playVideoBtn1.png);
	width: 68px;
	height: 12px;
	cursor: pointer;
	z-index: 16;
	border: 0px;
}
#divSlideshow  .imgOpenVideoHidden {
	display: none;
}