/* call it */

var nuptial = {
  src: '/includes/nuptial.swf'
};

sIFR.activate(nuptial);

sIFR.replace(nuptial, {selector: '#home-heading>h1'
			 ,css: [
					  '.sIFR-root { text-align: center; color: #000000; background-color: #E3ACD6; font-size: 35px; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(nuptial, {selector: '#heading>h1'
			 ,css: [
					  '.sIFR-root { text-align: center; color: #000000; background-color: #E3ACD6; font-size: 22px; padding-bottom: 10px; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(nuptial, {selector: '#right>#content>h1'
			 ,css: [
					  '.sIFR-root { text-align: left; font-weight: bold; color: #E3ACD6; background-color: #735943; font-size: 40px; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(nuptial, {selector: '#right>#content>h2.recommends'
			 ,css: [
					  '.sIFR-root { text-align: left; font-weight: bold; color: #C4A997; background-color: #735943; font-size: 32px; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(nuptial, {selector: '#recommended-accessories>h2.recommends'
			 ,css: [
					  '.sIFR-root { text-align: left; font-weight: bold; color: #C4A997; background-color: #735943; font-size: 32px; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(nuptial, {selector: '#left>h1'
			 ,css: [
					  '.sIFR-root { text-align: left; font-weight: bold; color: #E3ACD6; background-color: #735943; font-size: 32px; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(nuptial, {selector: 'h2.product-name'
			 ,css: [
					  '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; background-color: #68513E; font-size: 32px; }'
					]
			 ,wmode: 'transparent'
			 });


/*sIFR.replace(nuptial, {selector: '#left>ul.main-menu>li.cat.selected'
			 ,css: [
					  '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; font-size: 26px; }'
					  ,'a { text-decoration: none; }'
					  ,'a:link { color: #FFFFFF; }'
					  ,'a:hover { color: #000000; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(nuptial, {selector: '#left>ul.main-menu>li.cat'
			 ,css: [
					  '.sIFR-root { text-align: left; font-weight: bold; color: #E3ACD6; font-size: 26px; }'
					  ,'a { text-decoration: none; }'
					  ,'a:link { color: #E3ACD6; }'
					  ,'a:hover { color: #FFFFFF; }'
					]
			 ,wmode: 'transparent'
			 });
*/
sIFR.replace(nuptial, {selector: '.boudoir-tip>h2'
			 ,css: [
					  '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; font-size: 26px; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(nuptial, {selector: 'h2.enjoy-heading'
			 ,css: [
					  '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; background-color: #735943; font-size: 40px; width:310px; }'
					]
			 ,wmode: 'transparent'
			 });

/*sIFR.replaceElement(named({sSelector:"#home-heading>h1",sFlashSrc:"/includes/nuptial.swf",sColor:"#000000",sBgColor:"#E3ACD6",flashVars:"textalign=center"}));
sIFR.replaceElement(named({sSelector:"#heading>h1",sFlashSrc:"/includes/nuptial.swf",sColor:"#000000",sBgColor:"#E3ACD6",sWmode:"transparent",flashVars:"textalign=center"}));
sIFR.replaceElement(named({sSelector:"#right>#content>h1",sFlashSrc:"/includes/nuptial.swf",sColor:"#E3ACD6",sBgColor:"#735943",sWmode:"transparent"}));
sIFR.replaceElement(named({sSelector:".boudoir-tip>h2",sFlashSrc:"/includes/nuptial.swf",sColor:"#FFFFFF",sBgColor:"#735943",sWmode:"transparent"}));
sIFR.replaceElement(named({sSelector:"#left>h1",sFlashSrc:"/includes/nuptial.swf",sColor:"#E3ACD6",sWmode:"transparent"}));
sIFR.replaceElement(named({sSelector:"#left>ul.main-menu>li",sFlashSrc:"/includes/nuptial.swf",sColor:"#E3ACD6",sHoverColor:"#FFFFFF",sWmode:"transparent",nPaddingBottom:"15",nPaddingRight:"5"}));
*/