/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/
var times = { src: '/times.swf' };


sIFR.useStyleCheck = true;
sIFR.activate(times);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);

sIFR.replace(times, {
  selector: '#menu span',
  wmode: 'transparent',
  fitExactly: true,
  css: {'.sIFR-root' : {'background-color' : '#000000','color' : '#ffffff'},
    'a' : { 'color' : '#84c225' , 'text-decoration' : 'none'},
    'a:hover' : { 'color' : '#ffffff' , 'text-decoration' : 'none' }
    }
	
});

sIFR.replace(times, {
  selector: '#menu2 span',
  wmode: 'transparent',
  fitExactly: true,
  css: {'.sIFR-root' : {'background-color' : '#000000','color' : '#ffffff'},
    'a' : { 'color' : '#ffffff' , 'text-decoration' : 'none'},
    'a:hover' : { 'color' : '#84c225' , 'text-decoration' : 'none' }
    }
});

sIFR.replace(times, {
  selector: '#small',
  wmode: 'transparent',
  fitExactly: true,
  css: {'.sIFR-root' : {'background-color' : '#000000','color' : '#84c225'},
    'a' : { 'color' : '#84c225' , 'text-decoration' : 'none'},
    'a:hover' : { 'color' : '#ffffff' , 'text-decoration' : 'none' }
    }	
});

sIFR.replace(times, {
  selector: '#BIG',
  wmode: 'transparent',
  fitExactly: true,
  css: {'.sIFR-root' : {'background-color' : '#000000','color' : '#84c225'},
    'a' : { 'color' : '#84c225' , 'text-decoration' : 'none'},
    'a:hover' : { 'color' : '#ffffff' , 'text-decoration' : 'none' }
    }	
});

sIFR.replace(times, {
  selector: '#small2 span',
  wmode: 'transparent',
  fitExactly: true,
  forceSingleLine: true,
  css: {'.sIFR-root' : {'background-color' : '#000000','color' : '#000000'},
    'a' : { 'color' : '#ffffff' , 'text-decoration' : 'none'},
    'a:hover' : { 'color' : '#ffffff' , 'text-decoration' : 'none' }
    }
});

sIFR.replace(times, {
  selector: '#left_menu span',
  wmode: 'transparent',
  fitExactly: true,
  forceSingleLine: true,
  css: {'.sIFR-root' : {'background-color' : '#000000','color' : '#ffffff'},
    'a' : { 'color' : '#84c225' , 'text-decoration' : 'none'},
    'a:hover' : { 'color' : '#ffffff' , 'text-decoration' : 'none' }
    }
	
});

sIFR.replace(times, {
  selector: '#left_menu_photo span',
  wmode: 'transparent',
  fitExactly: true,
  forceSingleLine: true,
  css: {'.sIFR-root' : {'background-color' : '#000000','color' : '#ffffff'},
    'a' : { 'color' : '#84c225' , 'text-decoration' : 'none'},
    'a:hover' : { 'color' : '#ffffff' , 'text-decoration' : 'none' }
    }
	
});

sIFR.replace(times, {
  selector: '#left_menu_event div#events span',
  wmode: 'transparent',
  fitExactly: true,
  forceSingleLine: true,
  css: {'.sIFR-root' : {'background-color' : '#000000','color' : '#ffffff','leading' : '-8'},
    'a' : { 'color' : '#84c225' , 'text-decoration' : 'none'},
    'a:hover' : { 'color' : '#ffffff' , 'text-decoration' : 'none'},
	'.headline' : { 'font-size' : '18px'}
    }
	
});

sIFR.replace(times, {
  selector: '#event_detail span',
  wmode: 'transparent',
  forceSingleLine: false,
  preserveSingleWhitespace: true,
  css: {'.sIFR-root' : {'background-color' : '#000000','color' : '#ffffff','leading' : '-10'}
    }
	
});

sIFR.replace(times, {
  selector: '#gallery_title span',
  wmode: 'transparent',
  forceSingleLine: true,
  css: {'.sIFR-root' : {'background-color' : '#000000','color' : '#ffffff'}
    }
	
});

sIFR.replace(times, {
  selector: '#backtogalleries span',
  wmode: 'transparent',
  forceSingleLine: true,
  preserveSingleWhitespace: true,
  css: {'.sIFR-root' : {'background-color' : '#000000','color' : '#ffffff'},
    'a' : { 'color' : '#84c225' , 'text-decoration' : 'none'},
    'a:hover' : { 'color' : '#ffffff' , 'text-decoration' : 'none'}
    }
	
});
