jQuery(document).ready(function($){

	// IE6
	if(jQuery.browser.msie && jQuery.browser.version == 6){
		$('#wrapper-shadow').css('background-image', 'none');
	}

	if($('#portfolio').length){
		$('#portfolio').cycle({timeout: 0,fx: 'scrollLeft',next: '#next',prev: '#prev'});
	}

	// disallow horizonal resizing
	$('#add-comment textarea').css('resize', 'vertical');
	if($('#billboard').length){
		//$('#billboard_navigation').toggle();
		$('#billboard').cycle({
			fx: 'fade',
			timeout: 3000,
			//pager:'#billboard_navigation'
		});
	}

	if($('#boutique').length){
		$('#boutique').boutique();
	}
});
