$(document).ready(function() {
	$("#slideshowHolder").jqFancyTransitions({ 
		effect: 'wave', // wave, zipper, curtain
		width: 620, // width of panel
		height: 320, // height of panel
		strips: 20, // number of strips
		delay: 3000, // delay between images in ms
		stripDelay: 100, // delay beetwen strips in ms
		titleOpacity: 0.7, // opacity of title
		titleSpeed: 1000, // speed of title appereance in ms
		position: 'alternate', // top, bottom, alternate, curtain
		direction: 'random', // left, right, alternate, random, fountain, fountainAlternate
		navigation: false, // prev and next navigation buttons
		links: false // show images as links
	});
	$(".musimg").hover(
          function(){this.src = this.src.replace("_off","_on");},
          function(){this.src = this.src.replace("_on","_off");
     });
	 
	Cufon.replace("#slideshowHolder .slideho span", {
		fontFamily: 'ubuntuItalic',
		hover: true
	});
	
	Cufon.replace(".postHolder h1, .postHolder h2 a, .navigation a", {
		fontFamily: 'ubuntu',
		hover: true
	});
	
	Cufon.replace(".sidebar .sponsors .bas, ol.yorumlar li .yazan span, .sidebar .sayfalar ul li a", {
		fontFamily: 'ubuntuBold',
		hover: true
	});
	
	
	var chh=$(".postHolder .excr h1").height();
	var chhm=(70-chh)/2;
	$(".postHolder .excr h1").css("marginTop",chhm+"px");
	
	$(".postHolder .postText .lightbox").colorbox({rel:'cokguzeloldu'});
	
	Cufon.now();
});
