
// sIFR Config
var gothamBold={src:'swf/gotham_bold.swf'};sIFR.activate(gothamBold);sIFR.replace(gothamBold,{selector:'.featured_work h3, .services h3, .about h3, .contact h3',wmode:'transparent',css:['.sIFR-root { color: #ffffff; font-size: 20px; letter-spacing: -1; text-align: left; }']});var gothamBlack={src:'swf/gotham_black.swf'};sIFR.activate(gothamBlack);sIFR.replace(gothamBlack,{selector:'.services h4',wmode:'transparent',css:['.sIFR-root { color: #BBBBBB; font-size: 16px; letter-spacing: -1; text-align: left; text-transform: uppercase; }']});

// jQuery Fade Config
$(document).ready(function(){/*$(".thumb_preview a").fadeTo("slow",0.25);$(".thumb_preview a").hover(function(){$(this).fadeTo("slow",1.0);},function(){$(this).stop("gotoEnd").fadeTo("slow",0.25);});*/$(".package a").fadeTo("slow",0.40);$(".package a").hover(function(){$(this).fadeTo("slow",1.0);},function(){$(this).stop("gotoEnd").fadeTo("slow",0.40);});});

// jQuery Lightbox Gallery
$(document).ready(function(){$('.gallery a').lightBox();});
		
// jQuery Innerfade
$(document).ready(function(){$('#banner').innerfade({speed: 1000,timeout: 5000,type: 'sequence',containerheight: '293px'});});