$(document).ready(function() {
$(".introtekst").expander({
	slicePoint: 250
});
$("a[rel^='imageview']").prettyPhoto({
	theme:'light_rounded'
});
$('#bestelform').FormValidate({});

$("#slider").easySlider({
	auto: true,
	continuous: true,
	numeric: true
});

});
