$(document).ready(function() {
	//* POP UP FOR RIGS VIDEO */
	$('.rigs').colorbox({iframe:true, innerWidth:"770px", innerHeight: "432px"});	
	$(document).bind('cbox_complete', function(){
		$('#cboxTitle').wrapInner('<a href="/products/rigs/" target="_parent"></a>');
	});
	/* SLIDER */
	$('#slider').nivoSlider({
		effect: 'fade',
		directionNav:false,
		controlNav:true,
		pauseTime:6000,
		animSpeed:700
	});
});



