$(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_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: "5000",
	transition_duration: 1000,
	transition_easing: "easeInOutCubic",

    transition_type: "carousel",
    //transition_type: "fold",

	water_mark: "yes"
	 });
 
 
 
		
 });