jQuery(document).ready(function() {
    jQuery('#interactimage').jcarousel({
	auto: 5,
	wrap: 'last',
	scroll: 1

	});
	
	// Get width of screen for button menu
	//var winWidth = $(window).width(); 
	var winHeight  = $(document).height(); 
	// Set width and height of divs
	$('#main-content').height(winHeight-250); 
	//$('#front-clicker').height(winHeight-20); 
	
});

window.onload = function()  
			{
				$("blockquote").dropShadow({left: 15, top: 20, opacity: 1, blur: 0, color: "#FFDFEF"});
				$("#template-2-column-left .column-left ul").dropShadow({left: 15, top: 20, opacity: 1, blur: 0, color: "#F2F2F2"});
			}