/**
 * @author pfrumillon
 */



jQuery.noConflict();

jQuery(document).ready(function($) {
	$(".searchBlock select").selectbox();
	$('#headerSlider').coinslider({
		width: 680, // width of slider panel
		height: 206, // height of slider panel
		navigation: false,
		spw: 10, // squares per width
		sph: 1
	});
});
