// <![CDATA[
$(function() {

  // Slider
  $('#coin-slider').coinslider({width:944,height:315,opacity:1});

  // RADIUS BOX
  $('.slider').css({"border-radius":"8px", "-moz-border-radius":"8px", "-webkit-border-radius":"8px"});
  $('.menu_nav, .content_resize').css({"border-radius":"8px 8px 0 0", "-moz-border-radius":"8px 8px 0 0", "-webkit-border-radius":"8px 8px 0 0"});
  //$('').css({"border-radius":"32px", "-moz-border-radius":"32px", "-webkit-border-radius":"32px"});

});	

// Cufon
Cufon.replace('h2, h3, h4, h5, h6', { hover: true });
Cufon.replace('h1', { textShadow: '1px 1px #838c96', color: '-linear-gradient(#fff, #ebebeb)', hover: false});
//Cufon.replace('h1 span', { textShadow: '1px 1px #280101', color: '-linear-gradient(#fff, #ebebeb)', hover: false});
Cufon.replace('h1 small', { textShadow: '0px 0px #fff', color: '-linear-gradient(#fff, #fff)', hover: false});
//Cufon.replace('h1', { color: '-linear-gradient(#fff, #ffaf02)'});

// ]]>
