/**********************************************************************

	MLR Slate Roofind
	version: 	functions.js
	owner:		Wright Graphics
	handcoded by robots at ewebbed.com.au for Wright Graphics

**********************************************************************/

$(document).ready(function(){
	Cufon.replace('h1, h2, .contactform ul li label, .side-gallery li h4', { fontFamily: 'eurostile' });
	
	$(".contact-column").css({"height" : ($('#content').height() - 10) + 'px'});
	
	$('a.lightwindow').colorbox({
		transition:'elastic',
		speed:500,
		title: false
	});
});

$(function(){
	$.fn.supersized.options = {  
		startwidth: 640,  
		startheight: 480,
		vertical_center: 1,
		slideshow: 1,
		navigation: 1,
		transition: 1, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-slide left
		pause_hover: 0,
		slide_counter: 1,
		slide_captions: 1,
		slide_interval: 3000  
	};
});
			
$('#supersize').supersized();
