jQuery(document).ready(function(){
	if(jQuery('#frame').children().length == 0){
		jQuery('#prod-slideshow').hide();
		jQuery('#prod-static').hide();	
	}
});
