$(document).ready(function() {
   


     $(document).pngFix(); 



 $('#slide_holder').agile_carousel({
	first_last_buttons: "no",
    hover_next_prev_buttons: "yes",
    next_prev_buttons: "no",
    pause_button: "yes",
    slide_buttons: "no",
	//slide_captions: "JQuery Carousel Plugin|Agile Slide Types|JQuery UI Effects Available|Agile Settings|Carousel That's Built to Order", 
    //slide_directory: "/img/carousel/slides/",
    slide_directory: "/media/bildspel/",
 	//slide_links: "http://code.google.com/p/agile-carousel/downloads/list,http://code.google.com/p/agile-carousel/downloads/list,http://code.google.com/p/agile-carousel/downloads/list,http://code.google.com/p/agile-carousel/downloads/list,http://code.google.com/p/agile-carousel/downloads/list",
    slide_number_display: "no",
    timer_length: "5500",
	transition_duration: 1500,
	transition_easing: "easeInOutCubic",

    transition_type: "carousel",
    //transition_type: "fold",
	number_slides_visible: '2',

	water_mark: "yes"
	 });
 
 
 
		
 });

