$(document).ready(function(){
	/*begin navigation*/
	$('ul#navigation').superfish({
		animation:   {opacity:'show',height:'show'}, 
		autoArrows	: false,
		dropShadows : false
	});
	
	$('.sub-item a').hover(function() {
		$(this).stop().animate({paddingLeft:'20px'},300);		
	 },function() {
		$(this).stop().animate({paddingLeft:'10px'},100);		
	  }
	);
	/*end navigation*/
	/*begin fancy box*/
	$("#commercial1").fancybox({
		'padding'			: 0,
		'width' : 640 ,
		'height' :480 ,
		'autoScale'			: false,
		'autoDimensions' : false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	/*end fancy box*/
	/*begin beta stuff*/
	$('.gv-strip_wrapper a.test').click(function(e){
		e.preventDefault();
	});
	$('.beta').click(function(e){
		e.preventDefault();
		alert('This function is NOT AVAILABLE at this time, this function will be available once placed on the domain that it is asigned to. (http://custom-cabinets.net)');						   
	});
	$('.beta-blog').click(function(e){
		e.preventDefault();
		alert('We need blog content!');						   
	});
	$('.beta-video').click(function(e){
		e.preventDefault();
		alert('Video is needed!');						   
	});
	/*end beta stuff*/
});
