// JavaScript Document
$(document).ready(function() {
		
	$('#signin').tabs();	
	
/*	
		$('#signin').tabs({
			cookie: {
				// store cookie for a day, without, it would be a session cookie
				expires: 30
			}
		});
*/

			// blockster image slider for the #image_banner on about ect..
				var blocksterInstance = new Blockster({
					holder: '#image_banner',
					rows: 3,
					cols: 7,
					random: false
				});	

});

