jQuery(document).ready(function() {
	jQuery('<span>|</span>').prependTo('.footernav li');
	var widthf = jQuery('body').width()-290;
	jQuery('header section.fright').css('width',widthf+'px');
	var widthm = jQuery('body').width()-289;
	jQuery('.content').css('width',widthm+'px');
	jQuery('.wrapper').css('width',jQuery('body').width()+'px');
    jQuery("#s1").dropdownchecklist({ emptyText: "Содержит цветы" });
    jQuery("#s2").dropdownchecklist({ emptyText: "Повод" });
    jQuery("#s3").dropdownchecklist({ emptyText: "Кому" });
    jQuery("#s4").dropdownchecklist({ emptyText: "Цена", closeRadioOnClick: true });
    jQuery('body').nivoZoom();

    jQuery("a.fancybox").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600,
		'speedOut'		:	200,
		'overlayShow'	:	false
	});
    //jQuery(".view_mw").fancybox();
});
Cufon.replace('.cufb', { 
	fontFamily: 'Gabriola'
});



