$(function(){

	$('html, body').css({overflow : 'hidden'});

	$(window).load(function(){
		$('#header-search').jqTransform();

		$('#slideshow').cycle({
			fx: 'fade',
			speed: 1000,
			timeout: 6000,
			pause: 1,
			cleartype: false
		});

	}); /* end window load */


	// Other procedures
	$('.slider > .bg').fadeTo(0,0.9);
	
	$('.brand_box, .latest_vehicle').slidepanel({
		speed_in : 200
	});

	$('.container, .footer').alphabg({opacity : 0.6, color : '#444'});
	$('.content_left, .content_left_big, .content_middle, .content_right').alphabg({opacity : 0.5});

/*  $('#bg img').screenfill({animate : false});   */
/* 	$(window).bind('resize', function(){$('#bg img').screenfill({animate : true});}); */

}); /* end doc ready */
