jQuery.noConflict();
	jQuery(document).ready(function() {

   		 jQuery('.slideshow').cycle({
			fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		});

		jQuery('#leftcontainer li:first').addClass('roundfirst');
		jQuery('#leftcontainer li:last').addClass('roundlast');
		
		jQuery('#leftcontainer').corner({tl: { radius: 15 },tr: { radius: 15 },bl: { radius: 15 },br: { radius: 15 }});

		jQuery('.date-pick').datepick({dateFormat: 'dd/mm/yy', yearRange: '1910:2000', changeMonth: 'true', changeYear: 'true'});
		jQuery('.slideshow').cycle({fx: 'fade'});



 	   	jQuery('.vertical_scroller').SetScroller({velocity: 60, direction: 'vertical'});
			jQuery("ul.sf-menu").supersubs({ 
				minWidth:    8,    // minimum width of sub-menus in em units 
				maxWidth:    20,   // maximum width of sub-menus in em units 
				extraWidth:  1     // extra width can ensure lines don't sometimes turn over 
		});

		jQuery('ul.sf-menu').superfish({ 
			delay:       800,
			animation:   {opacity:'show',height:'show'},  
			speed:       'fast',                          
			autoArrows:  false,                           
			dropShadows: false                            
		});
});


// 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
//
