/* 
 * jQuery for CompleteCar homepage
 * Rory Donohue
 * Created: 8th Feb 2010
 *
 */

$(document).ready(function(){

	//Start the homepage slider	
    $('#slider').nivoSlider({
		effect:'fade',
		pauseTime:4000,
        prevText: '', //Prev directionNav text
        nextText: '', //Next directionNav text
		controlNav:false //Don't show 1,2,3 nav
		});
	//Ready the piroBox modal window
    $().piroBox_ext({
        piro_speed : 900,
        bg_alpha : 0.4,
        piro_scroll : true //pirobox always positioned at the center of the page
    });	
  });
