
$(function(){
						   
		
			$("ul#mini-slider").prettyGallery({
			itemsPerPage : 3,
			animationSpeed : 'normal', /* fast/normal/slow */
			navigation : 'bottom',  /* top/bottom/both */
			of_label: '/', /* The content in the page "1 of 2" */
			previous_title_label: 'F&ouml;reg&aring;ende', /* The title of the previous link */
			next_title_label: 'N&auml;sta', /* The title of the next link */
			previous_label: '', /* The content of the previous link */
			next_label: '' /* The content of the next link */
			
		});
			
			$("ul#slider").prettyGallery({
			itemsPerPage : 4,
			animationSpeed : 'normal', /* fast/normal/slow */
			navigation : 'bottom',  /* top/bottom/both */
			of_label: '/', /* The content in the page "1 of 2" */
			previous_title_label: 'F&ouml;reg&aring;ende', /* The title of the previous link */
			next_title_label: 'N&auml;sta', /* The title of the next link */
			previous_label: 'Tillbaka', /* The content of the previous link */
			next_label: 'N&auml;sta' /* The content of the next link */
			
		})
				
				$("a[rel^='prettyPhoto']").prettyPhoto({
				animationSpeed: 'normal', /* fast/slow/normal */
				padding: 40, /* padding for each side of the picture */
				opacity: 0.65, /* Value betwee 0 and 1 */
				showTitle: true, /* true/false */
				allowresize: true, /* true/false */
				counter_separator_label: ' av ', /* The separator for the gallery counter 1 "of" 2 */
				theme: 'light_rounded', /* light_rounded / dark_rounded / light_square / dark_square */
				callback: function(){}
			});
				
				
				$("a[rel^='prettyPopin']").prettyPopin({
			modal : false, /* true/false */
			width : false, /* false/integer */
			height: false, /* false/integer */
			opacity: 0.5, /* value from 0 to 1 */
			animationSpeed: 'fast', /* slow/medium/fast/integer */
			followScroll: false, /* true/false */
			loader_path: 'images/prettyPopin/loader.gif', /* path to your loading image */
			callback: function(){} /* callback called when closing the popin */
		});


			
		});
