//jQuery.noConflict();

jQuery(document).ready(function() {



		jQuery("div#socialmedia ul#social li img").bubbleup({tooltip: true, scale:48});

		jQuery('#coda-slider-1').codaSlider({
			autoHeight:false,
			autoHeightEaseDuration: 300,
			autoHeightEaseFunction: "easeInSine",
			slideEaseDuration: 300,
			slideEaseFunction: "easeInSine",
			dynamicTabs:true,
			dynamicArrows:false,
			dynamicTabsAlign:"left",
			firstPanelToLoad: 1
			});


		// FEATURED PORTFOLIO ENTRY SLIDER
   	jQuery('#featured-slide').cycle({
			fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
			easing: 'easeInOutQuad',
			cleartype:  1,
			timeout: 0,
			speed:300,
			pager:'.featured-nav'
			//prev:'.portfolio-prev',
			//next:'.portfolio-next'
		});


		// GALLERY SLIDER
   	jQuery('.gallery-slider').cycle({
			fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
			easing: 'easeInOutQuad',
			cleartype:  1,
			timeout: 0,
			speed:300,
			//pager:'.gallery-nav',
			prev:'.gallery-prev',
			next:'.gallery-next'
		});

		// PRODUCT SLIDER
		jQuery('.product-slider').cycle({
			fx: 'scrollLeft', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
			easing: 'easeInOutQuad',
			cleartype:  1,
			timeout: 0,
			speed:300,
			//pager:'.gallery-nav',
			prev:'.product-prev',
			next:'.product-next'
		});

		 // TESTIMONIAL SLIDER
		jQuery('.testimonial-slider').cycle({
			fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
			easing: 'easeInOutQuad',
			cleartype:  1,
			timeout: 10000,
			speed:300,
			prev:'.testimonial-prev',
			next:'.testimonial-next'
		});

		// SLIDESHOW
		jQuery('#slideshow').cycle({
			fx: 'fadeZoom', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
			easing: 'easeInOutQuad',
			cleartype:  1,
			timeout: 4000,
			speed:600,
			pause:   1,
			pager:'.slideshow-nav'
		});

	});
