$(function()
{
	$('#banner').cycle();
	
	$('a[rel^=lightbox]').prettyPhoto();
	
	$('.anythingSlider').anythingSlider({
		hashTags: false,
		buildArrows: true,
		buildNavigation: false,
		forwardText: '',
		backText: ''
//		width	: 400,
//		height	: 500
	});
	
});
