
jQuery(document).ready(function() {
	jQuery('#slider').nivoSlider({
		effect:'fade',
		directionNav:true,
		captionOpacity:0,
		directionNavHide:false,
		controlNav:false
	});
});

jQuery(document).ready(function(){jQuery('a[rel=lightbox]').colorbox({maxWidth:'90%',maxHeight:'90%'});});
jQuery(document).ready(function(){jQuery(".iframe").colorbox({width:"650", height:"80%", iframe:true});});
