JQ = jQuery.noConflict();

Cufon( ".videoTit1", { fontFamily: "Klavika", fontSize: "15", color: "#fff" });
Cufon( ".videoTit2", { fontFamily: "Klavika", fontSize: "27", color: "#fff" });
Cufon( ".block2Title", { fontFamily: "Klavika", fontSize: "25", color: "#5380a7" });

Cufon( ".sliderTit1", { fontFamily: "Klavika", fontSize: "36", color: "#395b78", textShadow: "0px 2px #fff" });
Cufon( ".sliderTit2", { fontFamily: "Klavika", fontSize: "27", color: "#73abde", textShadow: "0px 2px #fff" });

Cufon( ".PageTitle", { fontFamily: "Klavika", fontSize: "25", color: "#5380a7" });


JQ(document).ready(function(){

	JQ("#slider").easySlider({
	
		loop: true,                           // Looping
		orientation: 'linear',                // Fading
		autoplayDuration: 3500,               // Autoplay with 1 second intervals
		autogeneratePagination: true,         // Automatically generate pagination links
		restartDuration: 2500,                // In case of user interaction, restart the autoplay after 2.5 seconds
		nextId: 'nextBtn',
		prevId: 'prevBtn',
		pauseable: true,                       // Pause by hovering over the image!  Then restart after 2.5 seconds (see above)
		prevText: '<img border="0" src="http://polikom.dogru.biz/templates/Polikom/images/slider-left.png" alt="" />',
		nextText: '<img border="0" src="http://polikom.dogru.biz/templates/Polikom/images/slider-right.png" alt="" />'

	});
	
	JQ("a[rel='Resimler']").colorbox({transition:"none", width:"640px", height:"480px", slideshow:false});

});

JQ(document).pngFix();
