
 $(document).ready(function(){
   $(".shadow").wrap("<div class='image-border'>" + "</div>");
 });




jQuery(function(){
			jQuery('ul.sf-menu').superfish();
		});


$(document).ready(
				function(){
					
					$('.inner-banner ul.fadeimage').innerfade({
						speed: 3000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '353px'
					});
 
			});

$(document).ready(
				function(){
					
					$('#template-3-column ul.fadeimage').innerfade({
						speed: 3000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '165px'
					});
 
			});

$(document).ready(
				function(){
					
					$('#template-2-column-left ul.fadeimage').innerfade({
						speed: 3000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '265px'
					});
 
			});

 $(function() {
        $('.gallery-block a').lightBox();
    });
 
$(document).ready(function(){
	$("#banner").dropShadow({left: 0, top: 0, opacity: 0.2, color: "#000", blur: 3});
	$(".image-border").dropShadow({left: 0, top: 0, opacity: 0.2, color: "#000", blur: 3});
	$("#template-2-column-left .column-left").dropShadow({left: 0, top: 0, opacity: 0.2, color: "#000", blur: 3});
	$("#template-2-column-left .column-right").dropShadow({left: 0, top: 0, opacity: 0.2, color: "#000", blur: 3});
 });