$(document).ready(
				function(){					
					$('ul#portfolio').innerfade({
						speed: 1600,
						timeout: 9000,
						type: 'sequence',
						containerheight: '306px'
					});
                
                $(".video-promo").colorbox({iframe:true, innerWidth:720, innerHeight:450});
					
			});
