@media only screen and (min-width: 960px) {
	.voltageSlideshowPlay { display:none !important; }
	.videoContainer { display:block !important; }
}

@media only screen and (min-width: 960px) and (max-width: 1152px) {
	#vs1 .voltageSlideshowPrev { margin-left:-480px; }
	#vs1 .voltageSlideshowNext { margin-right:-480px; }
}

@media only screen and (min-width: 768px) {
	.voltageSlideshowWrapper .voltageSlideshowMobileCaptionButton {
		display:none !important;
	}
}