var cochin = {
      src: 'flash/cochin-8.swf'
};
 
sIFR.activate(cochin);
 
sIFR.replace(cochin, {
      selector: 'h1.title',
	  css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#043292; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h1.404',
	  css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#043292; text-align:center; }'
	  ,'a { color: #043292; text-decoration: none; }'
      ,'a:link { color: #043292; }'
      ,'a:hover { color: #555555; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h1.mainImageTitle',
	  css: '.sIFR-root { font-size:26px; font-weight:normal; color:#ffe816; }'
      ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#000000'
          ,strength: 2
          ,alpha: .7
          ,blurX: 0
          ,blurY: 0
        }
      }
	  ,wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h2.mainImageText',
	  css: '.sIFR-root { font-size:15px; font-weight:normal; color:#ffffff; }'
      ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#000000'
          ,strength: 2
          ,alpha: .7
          ,blurX: 0
          ,blurY: 0
        }
      }
	  ,wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h2.contactInfo',
	  css: '.sIFR-root { font-size:18px; font-weight:normal; color:#ffffff; }'
      ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#000000'
          ,strength: 2
          ,alpha: .7
          ,blurX: 0
          ,blurY: 0
        }
      }
	  ,wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h2.newsHeading',
	  css: '.sIFR-root { font-size:28px; font-weight:normal; color:#ffffff; }'
      ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#000000'
          ,strength: 2
          ,alpha: .7
          ,blurX: 0
          ,blurY: 0
        }
      }
	  ,wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h2.contactInfoYellow',
	  css: '.sIFR-root { font-size:18px; font-weight:normal; color:#ffe816; }'
      ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#000000'
          ,strength: 2
          ,alpha: .7
          ,blurX: 0
          ,blurY: 0
        }
      }
	  ,wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h2.subTitle',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#043292; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h5.subHead',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#0E63DA; }'
      ],
      wmode: 'transparent'
});


