
/*****************************************************************************
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 GeoSlabLt = {
	src: '/_szablon/czcionki/GeoSlab712LtEU.swf'
	,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};
var GeoSlabMd = {
		src: '/_szablon/czcionki/GeoSlab712MdEU.swf'
		,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
	};
// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;

sIFR.activate(GeoSlabLt);
sIFR.activate(GeoSlabMd);

sIFR.replace(GeoSlabLt, {selector: '#homeNewsTitle',
    css: {
    '.sIFR-root': { 'color': '#284e84' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '#column484 .title',
    css: {
    '.sIFR-root': { 'color': '#4d3766' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '.boxTitle',
    css: {
    '.sIFR-root': { 'color': '#727272' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: 'h4',
    css: {
    '.sIFR-root': { 'color': '#727272' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '.sliderBottomTitle2',
    css: {
    '.sIFR-root': { 'color': '#284e84' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '.naglowekiq',
    css: {
    '.sIFR-root': { 'color': '#969696' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '.bannerCenter',
    css: {
    '.sIFR-root': { 'color': '#ffffff', 'text-align': 'center' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '.bannerRight ul li',
    css: 'a{display: block; width: 100%; color: #ffffff; text-align: left; text-decoration: none;} a:hover {color: white; text-decoration: underline}',
	wmode: 'transparent'
});
	
sIFR.replace(GeoSlabLt, {selector: '.kontener_podstawowy',
    css: {
    '.sIFR-root': { 'color': '#284e84', 'text-align': 'left' }
	},
	wmode: 'transparent'
});




sIFR.replace(GeoSlabLt, {selector: '.literatura_n',
    css: {
    '.sIFR-root': { 'color': '#012c54' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '.literatura_g',
    css: {
    '.sIFR-root': { 'color': '#007000' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '.literatura_p',
    css: {
    '.sIFR-root': { 'color': '#69447a' }
	},
	wmode: 'transparent'
});



sIFR.replace(GeoSlabLt, {selector: '.przewodniki_n',
    css: {
    '.sIFR-root': { 'color': '#012c54' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '.przewodniki_g',
    css: {
    '.sIFR-root': { 'color': '#007000' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '.przewodniki_p',
    css: {
    '.sIFR-root': { 'color': '#69447a' }
	},
	wmode: 'transparent'
});



sIFR.replace(GeoSlabLt, {selector: '.wydawnictwo_n',
    css: {
    '.sIFR-root': { 'color': '#012c54' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '.wydawnictwo_g',
    css: {
    '.sIFR-root': { 'color': '#007000' }
	},
	wmode: 'transparent'
});
sIFR.replace(GeoSlabLt, {selector: '.wydawnictwo_p',
    css: {
    '.sIFR-root': { 'color': '#69447a' }
	},
	wmode: 'transparent'
});
