$(document).ready(function(){
		if ($.browser.msie && $.browser.version < 7) {
			$("img[src$=png]").pngfix({
				//imageFixSrc: "http://127.0.0.1/c21/www/images/x.gif"
				imageFixSrc: baseurl + "images/x.gif"
			});
		}
		//gradient
		Cufon('.mainNav a, .featured_text h4, .memberFeatures h3', {
			fontFamily: 'GothamMedium',
			hover: true,
			hoverables: { li: true, a:true }
		});
		
		Cufon('.featured_text h3', {
			fontFamily: 'GothamLight',
			hover: true,
			hoverables: { li: true, a:true }
		});
		
		Cufon('.memberFeatures li h5', {
			fontFamily: 'GothamBook',
			hover: true,
			hoverables: { li: true, a:true }
		});
		
		//$("a.video_demo").colorbox({transition:"none", opacity:0.4, title:'&nbsp;', iframe:true, innerWidth:980, innerHeight:560});
		$("a.video_demo").colorbox({transition:"none", opacity:0.4, title:'&nbsp;'});
});