    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/


    var share = {src: 'sifr_swf/vag.swf'};

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    //sIFR.useStyleCheck = true;
	//sIFR.fixHover = true;
	//sIFR.fitExactly = true;
	//sIFR.forceSingeLine = true;
    sIFR.activate(share);

    sIFR.replace(share, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: left; color: #0083c9; font-size:26px;}'
        ,'a { text-decoration: none; color: #FFFFFF;}'
        ,'a:link { color: #FFFFFF; }'
		,'a:hover {color: #007fc2; text-decoration: none; }'
      ]
	  ,transparent : true
    });

    sIFR.replace(share, {
      selector: 'li.mn_home,li.mn_bike,li.mn_street,li.mn_print,li.mn_about,li.mn_contact'
      ,css: [
        '.sIFR-root { text-align: left; color: #FFFFFF; font-size:15px; display:inline;}'
        ,'a { text-decoration: none; color: #FFFFFF;}'
        ,'a:link { color: #FFFFFF; }'
		,'a:hover {color: #007fc2; text-decoration: none; }'
      ]
	  ,transparent : true
    });

    sIFR.replace(share, {
      selector: 'li.mn_home_active,li.mn_bike_active,li.mn_street_active,li.mn_print_active,li.mn_about_active,li.mn_contact_active'
      ,css: [
        '.sIFR-root { text-align: left; color: #007fc2; font-size:15px;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #007fc2; }'
        ,'a:hover { color: #007fc2; }'
      ]
	  ,transparent : true
    });


	
	
 
//    sIFR.replace(rockwell, {
//      selector: 'h5#pullquote'
//      ,css: 'em { font-style: normal; color: #660000; }'
//      ,selectable: false
//    });
//  
//    sIFR.replace(cochin, {
//      selector: 'h3.sidebox'
//      ,css: {
//        '.sIFR-root': { 'background-color': '#DCDCDC' }
//      }
//    });
//  
//    sIFR.replace(cochin, {selector: 'h2,h3'});
//  
//    sIFR.replace(cochin, {
//      selector: 'h4.subhead'
//      ,css: {
//        '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
//      }
//      ,filters: {
//        DropShadow: {
//          knockout: true
//          ,distance: 1
//          ,color: '#330000'
//          ,strength: 2
//        }
//      }
//    });
