// JavaScript Document

$(document).ready(function(){	
	$("#slider").easySlider({
		prevText:'Funny',
		nextText:'Sinister',
		orientation:'vertical'
	});
});

jQuery(document).ready(function(){
	jQuery('#parallax').jparallax({});
});

$(document).ready(function(){
	$('#example1').bxSlider({
		mode: 'fade',
		auto: 'true',
	    speed: 1500,
	    pause: 7500,
		wrapper_class: 'example1_container'
	});   
	
});

$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$(".example8").colorbox({width:"50%", inline:true, href:"#inline_example1"});
	$(".example9").colorbox({width:"50%", inline:true, href:"#inline_example2"});
});
