/*******************************************************************************

	CSS on Sails Framework
	Title: Discern
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: October 2010

*******************************************************************************/

$(document).ready(function() {

	// initialize scrollable
	$(".facts").scrollable({circular: true}).autoscroll(10000).navigator();

});


// DD_belatedPNG fix for IE6
if (typeof DD_belatedPNG !== 'undefined') {
	var PNG_fix_selectors = [
		'#header',
		'#content',
		'.header-line'
	];
	DD_belatedPNG.fix(PNG_fix_selectors.join(','));
}

