// <![CDATA[
$(function() {
	// Slider
	$('#coin-slider').coinslider({width:1600,height:400,opacity:1});
	
	// radius Box
	//$('').css({"border-radius":"6px", "-moz-border-radius":"6px", "-webkit-border-radius":"6px"});
	//$('').css({"border-bottom-left-radius":"6px", "border-bottom-right-radius":"6px", "-moz-border-radius-bottomleft":"6px", "-moz-border-radius-bottomright":"6px", "-webkit-border-bottom-left-radius":"6px", "-webkit-border-bottom-right-radius":"6px"});
	//$('').css({"border-top-left-radius":"6px", "border-top-right-radius":"6px", "-moz-border-radius-topleft":"6px", "-moz-border-radius-topright":"6px", "-webkit-border-top-left-radius":"6px", "-webkit-border-top-right-radius":"6px"});
	
});

// Cufon
Cufon.replace('h2, .social-slogan, .social-button a', { hover: true });

// ]]>
