@charset "utf-8";#IntensiveServices.ImageSlideShow{width:240px;height:160px;border:solid 1px #000;border-radius:13px}#IntensiveServices .ISSClip{background-color:#000}#IntensiveInhome.ImageSlideShow{width:480px;height:320px;}#IntensiveInhome .ISSClip{background-color:#FFF}#IntensiveServices.ImageSlideShow{float:right}.ImageSlideShow{position:relative;overflow:hidden;margin:7px}.ImageSlideShow .ISSClip{border-radius:12px;width:100%;height:100%;overflow:hidden;background-color:black}.ImageSlideShow .ISSView{border-radius:12px;position:relative;width:100%;height:100%;overflow:hidden}.ImageSlideShow .ISSSlide{border-radius:12px;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}.ImageSlideShow .ISSSlide img{filter:inherit}#IntensiveServices.ImageSlideShow .ISSSlide img{border-radius:14px}.ImageSlideShow .ISSControls{position:absolute;top:0;left:0;width:100%;height:100%}.ImageSlideShow .ISSFirstButton,.ImageSlideShow .ISSLastButton{display:none}.ImageSlideShow .ISSPreviousButton,.ImageSlideShow .ISSNextButton,.ImageSlideShow .ISSPlayButton{position:absolute;top:0;display:block;height:100%;opacity:0;filter:alpha(opacity=0);background-repeat:no-repeat;text-indent:-10000em}.ImageSlideShow.ISSBusy .ISSView{background-image:url(ImageSlideShow/iss-busy.gif);background-repeat:no-repeat;background-position:center;opacity:.5;filter:alpha(opacity=100)}.ImageSlideShow.ISSBusy .ISSPreviousButton,.ImageSlideShow.ISSBusy .ISSNextButton,.ImageSlideShow.ISSBusy .ISSPlayButton{display:none}

/* If the slide show is playing, change the play button image to "pause" */

#IntensiveInhome.ImageSlideShow .ISSClip, #IntensiveInhome.ImageSlideShow .ISSView{
	border-radius: 0px;
}

.ImageSlideShow.ISSPlaying .ISSPlayButton {
	background-image: url(ImageSlideShow/iss-pause.gif);
}
.ImageSlideShow .ISSPreviousButton {
	left: 0;
	width: 30%;
	background-image: url(ImageSlideShow/iss-back.gif);
	background-position:  left center;
}

.ImageSlideShow .ISSPreviousButtonHover, .ImageSlideShow .ISSNextButtonHover, .ImageSlideShow .ISSPlayButtonHover {
	opacity: 0.5;
	filter: alpha(opacity=100);
}

.ImageSlideShow .ISSNextButton {
	right: 0;
	width: 30%;
	background-image: url(ImageSlideShow/iss-forward.gif);
	background-position:  100% 50%;
}

.ImageSlideShow .ISSPlayButton {
	left: 30%;
	width: 40%;
	background-image: url(ImageSlideShow/iss-play.gif);
	background-position:  center center;
}