// JavaScript Document
$(document).ready( function()
	{

		$("a[rel=iframe]").colorbox({iframe:true, innerWidth:'600px', innerHeight:'640px',opacity:'0.90'});
		$("a[rel=quote]").colorbox({iframe:true, innerWidth:'600px', innerHeight:'590px',opacity:'0.90'});
	//	$("a#flashdemo").colorbox({iframe:true, innerWidth:'640px', innerHeight:'390px',opacity:'0.90'});
				$("a#youtube").colorbox({
				innerWidth:function(){return $.urlParam('width', $(this).attr('href'));},
				innerHeight:function(){return $.urlParam('height', $(this).attr('href'));},
				scrolling:false,
				iframe:true});	
		$('ul#portfolio').innerfade({
						speed: 1500,
						timeout: 5000,
						type: 'sequence',
						containerheight: '54px'
					});
});
