// <![CDATA[
$(function() {
	// Slider
	$('#coin-slider').coinslider({width:490,height:300,spw:1,sph:1,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('h1, h2, h4, .slogan, .social-slogan, .social-button a', { hover: true });

// ]]>
