jQuery.noConflict();
	jQuery(document).ready(function() {
		jQuery('.date-pick').datepick({dateFormat: 'dd/mm/yy'});
	
		jQuery('.piro_overlay,.pirobox_content').remove();

		jQuery().piroBox({
			my_speed: 600, //animation speed
			bg_alpha: 0.5, //background opacity
			radius: 4, //caption rounded corner
			scrollImage : false, // true == image follows the page _|_ false == image remains in the same open position
			slideShow : true, // true == slideshow on, false == slideshow off
			slideSpeed : 8, //slideshow
			pirobox_next : 'piro_next', // Nav buttons -> piro_next == inside piroBox , piro_next_out == outside piroBox
			pirobox_prev : 'piro_prev', // Nav buttons -> piro_prev == inside piroBox , piro_prev_out == outside piroBox
			close_all : '.piro_close' // add class .piro_overlay(with comma)if you want overlay click close piroBox
		});

   jQuery('.slideshow').cycle({
		fx: 'fade', speed: '5000',  timeout: '5000' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});

   jQuery('.slideshow2').cycle({
		fx: 'fade', speed: '5000',  timeout: '3000' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});

		jQuery("#factsheets tr:odd").addClass("odd");
		jQuery("#factsheets tr:even").addClass("even");
		jQuery("#factsheets th:even").addClass("factsheetsth");
		jQuery("#factsheets th:odd").addClass("factsheetsth");
	});
		



// 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
//


