// <![CDATA[
$(function() {

  // Slider
  $('#coin-slider').coinslider({width:960,height:331,opacity:1});

  // RADIUS BOX
  $('.menu_nav').css({"border-radius":"5px", "-moz-border-radius":"5px", "-webkit-border-radius":"5px"});
  //$('.fbg_resize').css({"border-radius":"0 0 5px 5px", "-moz-border-radius":"0 0 5px 5px", "-webkit-border-radius":"0 0 5px 5px"});
  //$('').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 #898989', color: '-linear-gradient(#fff, #ebebeb)', hover: false});
Cufon.replace('h1 span', { textShadow: '1px 1px #898989', color: '-linear-gradient(#f5de83, #e8cb5a)', 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)'});

// ]]>
