// jQuery Cycle
$("#rotator").cycle({ 
    fx: 'fade',
    speed: 2500,
	timeout: 2000,
	next:   '#next', 
    prev:   '#prev',
    pause:   0 
});


// HTML5 Forms
$("#NewtrendContactForm").validator();


// PWI Picasa Galleries
$(document).ready(function() {
	$("#bedroom-furniture-gallery").pwi({
		username: 'garrettschwegler',
		maxResults: 12,
		mode: 'album',
		album: 'BedroomFurniture',
		showAlbumTitles: false,
		showAlbumdate: false,
		showAlbumPhotoCount: true,
		showAlbumDescription: false,
		showAlbumLocation: false,
		showSlideshowLink: true,
		showPhotoCaption: true,
		showPager: 'both',
		thumbSize: 160,
		thumbCrop: 1
	});
		});
		
$(document).ready(function() {
	$("#dining-furniture-gallery").pwi({
		username: 'garrettschwegler',
		maxResults: 12,
		mode: 'album',
		album: 'DiningFurniture',
		showAlbumTitles: false,
		showAlbumdate: false,
		showAlbumPhotoCount: true,
		showAlbumDescription: false,
		showAlbumLocation: false,
		showSlideshowLink: true,
		showPhotoCaption: true,
		showPager: 'both',
		thumbSize: 160,
        thumbCrop: 1
	});
});

$(document).ready(function() {
	$("#living-room-furniture-gallery").pwi({
		username: 'garrettschwegler',
		maxResults: 12,
		mode: 'album',
		album: 'LivingRoomFurniture',
		showAlbumTitles: false,
		showAlbumdate: false,
		showAlbumPhotoCount: true,
		showAlbumDescription: false,
		showAlbumLocation: false,
		showSlideshowLink: true,
		showPhotoCaption: true,
		showPager: 'both',
		thumbSize: 160,
        thumbCrop: 1
	});
});

$(document).ready(function() {
	$("#office-furniture-gallery").pwi({
		username: 'garrettschwegler',
		maxResults: 12,
		mode: 'album',
		album: 'OfficeFurniture',
		showAlbumTitles: false,
		showAlbumdate: false,
		showAlbumPhotoCount: true,
		showAlbumDescription: false,
		showAlbumLocation: false,
		showSlideshowLink: true,
		showPhotoCaption: true,
		showPager: 'both',
		thumbSize: 160,
        thumbCrop: 1
	});
});

$(document).ready(function() {
	$("#clearance-furniture-gallery").pwi({
		username: 'garrettschwegler',
		maxResults: 12,
		mode: 'album',
		album: 'ClearanceFurniture',
		showAlbumTitles: false,
		showAlbumdate: false,
		showAlbumPhotoCount: true,
		showAlbumDescription: false,
		showAlbumLocation: false,
		showSlideshowLink: true,
		showPhotoCaption: true,
		showPager: 'both',
		thumbSize: 160,
        thumbCrop: 1
	});
});
