#g-slideshow {
	background: $slideshow-background;
	color: $slideshow-text-color;
}

@media print {
	#g-slideshow {
		background: #fff !important;
		color: #000 !important;
	}
}
