
 $(document).ready(function(){
   $(".shadow").wrap("<div class='image-border'>" + "</div>");
 });

/* 2 column left : left column */
$(document).ready(
				function(){
					
					$('#template-2-column-left .column-left ul.fadeimage').innerfade({
						speed: 3000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '420px'
					});
 
			});

/* 2 column left : rightcolumn */
$(document).ready(
				function(){
					
					$('#template-2-column-left .column-right ul.fadeimage').innerfade({
						speed: 3000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '186px'
					});
 
			});

/* 3 column : left column */
$(document).ready(
				function(){
					
					$('#template-3-column ul.fadeimage').innerfade({
						speed: 3000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '186px'
					});
 
			});

 $(function() {
        $('.gallery a').lightBox();
    });
 