
	/* Remove the header */
.flash .highslide-header {
	display: none;
}
/* Remove the footer */
.flash .highslide-footer {
	display: true;
}
/* Remove padding in the popup */
.flash .highslide-html-content {
	padding: 0;
}
/* Remove Play, Pause and Full expand buttons from the controls */
.text-controls .highslide-controls .highslide-play {display: none;}
.text-controls .highslide-controls .highslide-pause {display: none;}
.text-controls .highslide-controls .highslide-full-expand {display: none;}
