// JavaScript Document

//$.noConflict();

//jQuery(document).ready(function($) {
$(document).ready(function($) {
//PNG Fix
    $(document).pngFix(); 

// Scroll to the top
	$('a[href=#top]').click(function(){
	$('html, body').animate ({scrollTop:0}, 'slow');
				return false;
	});

//Slider
$('#slide-featured').ContentSlider({
		width : '940px',
		/*GM height : '255px',*/
		speed : 800,
		easing : 'easeInOutBack'
	});
});
