
jQuery(document).ready(function() {
	jQuery('#slider').nivoSlider({
		effect:'fade',
		directionNav:true,
		captionOpacity:0,
		directionNavHide:false,
		controlNav:false
	});
	if(jQuery('a[rel=lightbox]').length > 0){
		jQuery('a[rel=lightbox]').colorbox({maxWidth:'90%',maxHeight:'90%'});
	}
	if(jQuery('.iframe').length > 0){
		jQuery(".iframe").colorbox({width:"650", height:"80%", iframe:true});
	}
});
