// jQuery Box Caption
$(document).ready(function(){$('.portfolio-img.captionfull').hover(function(){$(".cover", this).stop().animate({top:'110px'},{queue:false,duration:160});}, function() {$(".cover", this).stop().animate({top:'170px'},{queue:false,duration:160});});});

// jQuery Fade Config // 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);});*/$(".portfolio-img").fadeTo("slow",0.30);$(".portfolio-img").hover(function(){$(this).fadeTo("slow",1.0);},function(){$(this).stop("gotoEnd").fadeTo("slow",0.30);});});

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

