$jx = jQuery.noConflict();

jQuery(function () {
	var tabContainers = $jx('div.tabs div.tab');
	tabContainers.hide().filter(':first').show();
	
	$jx('div.tabs ul.tabNavigation a').click(function () {
		tabContainers.hide();
		tabContainers.filter(this.hash).show();
		$jx('div.tabs ul.tabNavigation a').removeClass('selected');
		$jx('div.tabs ul.tabNavigation li').removeClass('active');
		$jx(this).addClass('selected');
		$jx(this).parent().addClass('active');
		return false;
	}).filter(':first').click();
});

jQuery(document).ready(function($jx) {
	$jx('#web-design-work .slide_cont').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#web-design-work .next', 
    prev:   '#web-design-work .prev' 
});
});

jQuery(document).ready(function($jx) {
	$jx('#branding-work .slide_cont').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#branding-work .next', 
    prev:   '#branding-work .prev' 
});
});

jQuery(document).ready(function($jx) {
	$jx('#social-media-work .slide_cont').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#social-media-work .next', 
    prev:   '#social-media-work .prev' 
});
});

jQuery(document).ready(function($jx) {
	$jx('#integrated-solutions-work .slide_cont').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#integrated-solutions-work .next', 
    prev:   '#integrated-solutions-work .prev' 
});
});

jQuery(document).ready(function($jx) {
	$jx('#not-for-profit-work .slide_cont').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#not-for-profit-work .next', 
    prev:   '#not-for-profit-work .prev' 
});
});

jQuery(document).ready(function($jx) {
	$jx('#videos-work .slide_cont').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#videos-work .next', 
    prev:   '#videos-work .prev' 
});
});

$jx.windowLoaded(function() {
	$jx(".splash").show();
	$jx(".splash").animate({
		top: "-150px"
		}, "fast");
});

$jx(document).ready(function(){ 
        $jx(document).pngFix();
        $jx('.bslink').bstip({
		   type:"menu",
		   tack:0,
		   hook:"bottom-mid",
		   sticky:"none",
		   ynudge:-50,
		   xnudge:120,
		   opacity:.95
		}); 
    }); 
