var petita = {
 src: '/flash/petita.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(petita);

sIFR.replace(petita, {
selector: '.shop-checkout h1'
	,css: [
	  '.sIFR-root { font-size:25px; color:#ffffff;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight:-10,
    wmode: 'transparent'
});

sIFR.replace(petita, {
selector: 'h1'
	,css: [
	  '.sIFR-root { font-size:25px; color:#2b102c;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight:-10,
    wmode: 'transparent'
});

sIFR.replace(petita, {
selector: 'h2'
	,css: [
	  '.sIFR-root { font-size:24px; color:#FFFFFF;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,

    wmode: 'transparent'
});
sIFR.replace(petita, {
selector: 'h4'
	,css: [
	  '.sIFR-root { font-size:16px; color:#FFFFFF; }',
	  'label {color:#D6112D; display:inline;}',
	  'a {font-size:16px; color:#ffffff; text-decoration:none; font-size:100px}',
	  'a:hover {font-size:16px; color:#ffffff; text-decoration:none; font-size:100px}',
	],
	offsetTop:-3,
	offsetLeft:0,
	tuneHeight:-8,
    wmode: 'transparent'
});
sIFR.replace(petita, {
selector: 'h5'
	,css: [
	  '.sIFR-root { font-size:23px; color:#FCD400;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight:-8,
    wmode: 'transparent'
});

sIFR.replace(petita, {
selector: '.padd h5'
	,css: [
	  '.sIFR-root { font-size:26px; color:#FCD400;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight:-8,
    wmode: 'transparent'
});
/*
sIFR.replace(petita, {
selector: '.newproduct'
	,css: [
	  '.sIFR-root { font-size:18px; color:#ffffff;}',
	  'a {font-size:18px; color:#ffffff; text-decoration:none; font-size:100px}',
          'a:hover {font-size:18px; color:#724974; text-decoration:none; font-size:100px}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight:-5,
    wmode: 'transparent'
});
*/
sIFR.replace(petita, {
selector: 'h3'
	,css: [
	  '.sIFR-root { font-size:18px; color:#724974;}',
	  'a {font-size:18px; color:#724974; text-decoration:none; font-size:100px}',
          'a:hover {font-size:18px; color:#724974; text-decoration:none; font-size:100px}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight:-5,
    wmode: 'transparent'
});

sIFR.replace(petita, {
selector: '.specialsHeading'
	,css: [
	  '.sIFR-root { font-size:21px; color:#fee801; text-align: center; cursor: pointer;}',
	  'a {font-size:21px; color:#fee801; text-decoration:none; text-align: center;}',
          'a:hover {font-size:21px; color:#ffffff; text-decoration:none; }',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight:0,
    wmode: 'transparent'
});

sIFR.replace(petita, {
selector: '.specialsClickHere'
	,css: [
	  '.sIFR-root { font-size:15px; color:#ffffff; text-align: center; cursor: pointer;}',
	  'a {font-size:15px; color:#ffffff; text-decoration:none; text-align: center;}',
          'a:hover {font-size:21px; color:#ffffff; text-decoration:none; }',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight:0,
    wmode: 'transparent'
});

/*

.specialsClickHere {
display: block;
color: #fff;
font-size: 15px;
padding: 5px;
}

*/

