/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246 
 */

$(document).ready(function(jQuery) {  

  /*jQuery("#trailer").innerfade({
        animationtype: 'fade',
				speed: 3000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '299px',
        loop: true
  });    */   
  
  $('input[type=checkbox],input[type=radio]').prettyCheckboxes({
		checkboxWidth: 17, // The width of your custom checkbox
		checkboxHeight: 17, // The height of your custom checkbox
		className : 'prettyCheckbox', // The classname of your custom checkbox
		display: 'list' // The style you want it to be display (inline or list)
	});
  
  /*$('#gallery').galleryView({
			panel_width: 653,
			panel_height: 407,
			transition_speed: 1500,
			transition_interval: 5000,
			nav_theme: 'slide',    
			overlay_opacity: 0.5,
			border: '1px solid #000',
			pause_on_hover: true
		}); */
    
    $('#s3slider').s3Slider({
      timeOut: 5000,
   }); 
  
  // $(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 });

});
