	$(function () {
	  $('DL#faq').accordion({
		 // the drawer handle
		 header: 'strong.drawer-handle',
		 
		 // our selected class
		 selectedClass: 'open',
		 autoHeight: false,
		 // match the Apple slide out effect
		 event: 'click'
	  });
	});


Shadowbox.init({
	//skipSetup: 			true,
	language:   			"en",
	players:    			["img","flv","iframe"],
	displayNav:         	true,
	handleUnsupported:  	"remove",
	autoplayMovies:     	true,
	overlayColor:			'#53b3cc'
});	
