// <![CDATA[
$(function() {
 // Slider
 //$('#coin-slider').coinslider({width:960,height:399,opacity:1});
 // Radius Box
 $('.article a.com').css({"border-radius":"16px", "-moz-border-radius":"16px", "-webkit-border-radius":"16px"});
 $('.post_content a.rm, .content p.pages span, .content p.pages a').css({"border-radius":"6px", "-moz-border-radius":"6px", "-webkit-border-radius":"6px"});
 //$('.article a.com').css({"border-top-right-radius":"10px", "border-bottom-right-radius":"10px", "-moz-border-radius-topright":"10px", "-moz-border-radius-bottomright":"10px", "-webkit-border-top-right-radius":"10px", "-webkit-border-bottom-right-radius":"10px"});
 //$('.content p.pages span, .content p.pages a').css({"border-radius":"16px", "-moz-border-radius":"16px", "-webkit-border-radius":"16px"});
 $('.menu_nav ul').css({"border-top-left-radius":"10px", "border-bottom-left-radius":"10px", "-moz-border-radius-topleft":"10px", "-moz-border-radius-bottomleft":"10px", "-webkit-border-top-left-radius":"10px", "-webkit-border-bottom-left-radius":"10px"});
 $('p.infopost, .content .sidebar h2').css({"border-top-left-radius":"6px", "border-bottom-left-radius":"6px", "-moz-border-radius-topleft":"6px", "-moz-border-radius-bottomleft":"6px", "-webkit-border-top-left-radius":"6px", "-webkit-border-bottom-left-radius":"6px"});
 $('.searchform, .content .sidebar .gadget, .content .mainbar .article, .content p.pages').css({"border-top-left-radius":"10px", "border-top-right-radius":"10px", "-moz-border-radius-topleft":"10px", "-moz-border-radius-topright":"10px", "-webkit-border-top-left-radius":"10px", "-webkit-border-top-right-radius":"10px"});
});	

var imgw=true; imgh=true;
function moveover()
{
 imgw = document.getElementById('imresize').width;
 imgh = document.getElementById('imresize').height;
 document.getElementById('imresize').height="300";
 document.getElementById('imresize').width=Math.ceil(300*imgw/imgh)
}

function moveback()
{
 document.getElementById('imresize').width=imgw;
 document.getElementById('imresize').height=imgh
}

try {
 document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

$(document).ready(function() {
 /* This is basic - uses default settings */
 $("a#single_image").fancybox();
 /* Using custom settings */
 $("a#inline").fancybox({
  'hideOnContentClick': true
 });
 /* Apply fancybox to multiple items */
 $("a.show").fancybox({
  'transitionIn'	:	'elastic',
  'transitionOut'	:	'elastic',
  'speedIn'		:	1000, 
  'speedOut'		:	1000, 
  'overlayOpacity'	:	0.0,
  'overlayShow'		:	true
 });

 $('#coin-slider').coinslider({ width:960, height:399, navigation:false, sDelay:30, delay:12000 });

});

// ]]>
