$(document).ready(function(){
 $('#testimonials').cycle({ 
    fx:     'scrollVert', 
    speed:   500, 
    timeout: 5000, 
    next:   '.arrows#test .next', 
	prev:   '.arrows#test .prev',
    pause:   2 
});
 
 $('#ads').cycle({ 
    fx:     'fade', 
    speed:   700, 
    timeout: 6000, 
    next:   '.arrows#ad .next', 
	prev:   '.arrows#ad .prev',
    pause:   1 
});


$('#table').columnHover({eachCell:true, hoverClass:'betterhover', includeSpans:false}); 
   Cufon.replace('#menu ul:has(ul) > li   a,#section1 .box2 h2, #content h2, #content h3, .third h4 ,#packs li h4, h5,th',{
fontFamily: 'Museo Sans 500',
hover: 'true',
textShadow: '#ffffff 1px 1px'
});
   Cufon.replace('span.price, .subth td',{
fontFamily: 'Museo Sans 500',
hover: 'true',
textShadow: '#7c7c7c 1px 1px'
});
   Cufon.replace('.pinkbox ul li',{
fontFamily: 'Museo Sans 500',
hover: 'true',
textShadow: '#741529 1px 1px'
});
   Cufon.replace('.third .members h4',{
fontFamily: 'Museo Sans 500',
hover: 'true',
textShadow: '#08204b 1px 1px'
});
   Cufon.replace('#banner .package h2',{
fontFamily: 'Museo Sans 900',
hover: 'true',
textShadow: '#0a2e65 1px 1px'
});
   Cufon.replace('#banner .package .orderbox em',{
fontFamily: 'Museo Sans 900',
hover: 'true',
textShadow: '#081b38 1px 1px'
});
   Cufon.replace('#banner .package .orderbox a',{
fontFamily: 'Museo Sans 500',
hover: 'true',
textShadow: '#fff 1px 1px'
});
   Cufon.replace('#banner .package h3, #subbanner h3, #subbanner h2',{
fontFamily: 'Museo Sans 500',
hover: 'true',
textShadow: '#0a2e65 1px 1px'
});
$('a[title]').qtip({ style: { name: 'dark', tip: true, border:{ radius: 5}} })
});
