var garamond = {
  src: 'garamond.swf'
};

sIFR.activate(garamond);

sIFR.replace(garamond, {
  selector: 'h3',
   css: [ '.sIFR-root a { cursor: pointer;}' 
        ,'a { color: #000000; text-decoration:none; }'
    ,'a:link { color: #000000; }'
	,'a:hover { color: #000000; }'

]
});

sIFR.replace(garamond, {
  selector: '.section h2',
   css: [ '.sIFR-root a { cursor: pointer;}' 
        ,'a { color: #000000; text-decoration:none; }'
    ,'a:link { color: #000000; }'
	,'a:hover { color: #000000; }'

]
});

sIFR.replace(garamond, {
  selector: 'legend',
   css: [ '.sIFR-root {}' 
        ,'a { color: #fff; text-decoration:none; }'
    ,'a:link { color: #fff; }'
	,'a:hover { color: #fff; }'

]
});

/*sIFR.replace(garamond, {
  selector: 'p',
   css: [ '.sIFR-root a { cursor: pointer;}' 
        ,'a { color: #000000; text-decoration:none; }'
    ,'a:link { color: #000000; }'
	,'a:hover { color: #000000; }'

]
});


/*sIFR.replace(garamond, {
  selector: '.lasarnas_header',
   css: [ '.sIFR-root {background-color:#D2DCEC; text-indent:5;}' 
]
});*/