var bookantiqua = { src: 'includes/swf/bookantiqua.swf' };

sIFR.activate(bookantiqua);
	  
    // sIFR.useStyleCheck = true;
    sIFR.activate(bookantiqua);

    /*sIFR.replace(blackjar, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { color: #4a3c0c; font-size: 19pt; margin: 0 auto; text-align: center; }',
		'span { vertical-align: super; }'
      ],
	  wmode: 'transparent'
    });*/
	
	sIFR.replace(bookantiqua, {
	  selector: 'h2',
	  css: '.sIFR-root { color: #fff200; font-size: 15px; text-transform: uppercase; }' 
	   ,wmode: 'transparent'
	});
	
	sIFR.replace(bookantiqua, {
	  selector: 'div#main.tabs ul#tabs li a',
	  css: '.sIFR-root { color: #fff200; font-size: 15px; text-transform: uppercase; display: block; height: 31px; cursor: pointer; text-align: center; padding-top: 15px; }' 
	   ,wmode: 'transparent'
	});
	
	sIFR.replace(bookantiqua, {
	  selector: 'div.tabz ul#tabs li a',
	  css: '.sIFR-root { color: #fff200; font-size: 12px; text-transform: uppercase; display: block; height: 31px; cursor: pointer; text-align: center; padding-top: 15px; }' 
	   ,wmode: 'transparent'
	});	
	
	sIFR.replace(bookantiqua, {
	  selector: 'div.tabz2 ul#tabs li a',
	  css: '.sIFR-root { color: #fff200; font-size: 12px; text-transform: uppercase; display: block; height: 31px; cursor: pointer; text-align: center; padding-top: 15px; }' 
	   ,wmode: 'transparent'
	});	
	
	sIFR.replace(bookantiqua, {
	  selector: 'h2.rel',
	  css: '.sIFR-root { color: #fff200; width: 295px; font-size: 15px; text-transform: uppercase; display: block; height: 31px; text-align: center; padding: 15px 0 0 0; }' 
	   ,wmode: 'transparent'
	});