// Fix for the ClickMap plugin to display the julpuffs correctly

if (location.href.toLowerCase().indexOf("clickmap") > -1) {
	var sCss = '<style type="text/css">' +
		'#entre .offers, #mobilt .offers { padding:0 !important; }' +
		'.more { display: block; }' + 
		'.slider-container { overflow:visible !important; }' +
		'.slider-scrolls {width:900px !important; }' +
		'</style>';
	document.write(sCss);
}
