// <![CDATA[
$(function() {

// Slider
//	width: 565, // width of slider panel
//  height: 290, // height of slider panel
//	spw: 7, // squares per width
//	sph: 5, // squares per height
//	delay: 3000, // delay between images in ms
//	sDelay: 30, // delay beetwen squares in ms
//	opacity: 0.7, // opacity of title and navigation
//	titleSpeed: 500, // speed of title appereance in ms
//	effect: '', // random, swirl, rain, straight
//	navigation: true, // prev next and buttons
//	links : true, // show images as links
//	hoverPause: true // pause on hover

  //$('#coin-slider').coinslider({width:960,height:360,opacity:1,delay: 5000,hoverPause: true });

  // Radius Box
  $('.content p.pages span, .content p.pages a').css({"border-radius":"6px", "-moz-border-radius":"6px", "-webkit-border-radius":"6px"});
  //$('.content .sidebar .gadget, .fbg_resize').css({"border-radius":"12px", "-moz-border-radius":"12px", "-webkit-border-radius":"12px"});
  //$('.content p.pages span, .content p.pages a').css({"border-radius":"16px", "-moz-border-radius":"16px", "-webkit-border-radius":"16px"});
  //$('.menu_nav').css({"border-bottom-left-radius":"16px", "border-bottom-right-radius":"16px", "-moz-border-radius-bottomleft":"16px", "-moz-border-radius-bottomright":"16px", "-webkit-border-bottom-left-radius":"16px", "-webkit-border-bottom-right-radius":"16px"});
  $('.menu_nav ul li a').css({"border-radius":"5px", "-moz-border-radius":"5px", "-webkit-border-radius":"5px"});
});	

// Cufon
//Cufon.replace('h1, .fbg h2, h3, h4, h5, h6', { hover: true });
//Cufon.replace('h1', { color: '-linear-gradient(#fff, #ffaf02)'});
//Cufon.replace('h1 small', { color: '#8a98a5'});

// ]]>
