	$(document).ready(function(){

	   $('#pnav li').last().css('border-right','none');
	   $('#benefits img').last().css('border-bottom','none');
	   $('.callout1 img').load(function(){
		   var width  = $(this).attr('width');
		   $($(this).parent()).width(width);
	   });


	   $(".fbxtrigger").fancybox({
	   });
	   $(".fbxiframetrigger").fancybox({
	   		'type'		:'iframe',
	   		'width'		:'90%',
	   		'height'	:'90%'
	   });
	   $f(".fplayer", "swf/flowplayer-3.2.2.swf", {

	   	// fullscreen button not needed here
	   	plugins: {
	   		controls: {
	   			fullscreen: false,
	   			height: 20,
	   			autoHide: false,
	   			scrubber: true,
	   			volume: false,
	   			time: false,
	   			backgroundColor: '#D7D7D7',
	   			buttonColor: '#2EA698',
	   			sliderColor: '#666666'
	   		}
	   	},

	   	clip: {
	   		autoPlay: false,

	   		// optional: when playback starts close the first audio playback
	   		onBeforeBegin: function() {
	   			$f(".fplayer").close();
	   		}
	   	}

	   });

	 });


	$(function() {
		$('#feature').cycle({
			fx: 'uncover',
			random: 0, pause: 4, timeout: 5000,
			speed: 2000
		});
	});



