jQuery.noConflict();
jQuery(document).ready(function() {
    jQuery('.slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
   		timeout: 5000 // speed of the transition (any valid fx speed value) 
	});
	jQuery('#video').flash({swf: 'http://prancinghorse.net.au/video/PHFHVideoSmall.swf', width: '300px', height: '205px'});
	jQuery('#videolarge').flash({swf: 'http://prancinghorse.net.au/video/PHFHVideoLarge.swf', width: '635px', height: '476px'});
	jQuery('a[rel^="prettyPhoto"]').prettyPhoto({hideflash: 'true'});
});

// Transition Values and Effects
//
// blindX
// blindY
// blindZ
// cover
// curtainX
// curtainY
// fade
// fadeZoom
// growX
// growY
// none
// scrollUp 
// scrollDown
// scrollLeft
// scrollRight
// scrollHorz
// scrollVert
// shuffle
// slideX
// slideY
// toss
// turnUp
// turnDown
// turnLeft
// turnRight
// uncover
// wipe
// zoom
//
//
// Duration of slide is set in jquery.cycle.min.js
//
