$(document).ready(function() {
	///////////////////////////////////////////////////////////////////
	// Z-index  Problem Cozumu
	///////////////////////////////////////////////////////////////////
	
	$('#slider').tinycarousel({ display: 1 });
	
	///////////////////////////////////////////////////////////////////
	// Anasayfa slider
	///////////////////////////////////////////////////////////////////
	$('ul#iccslider').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '180px'
	});
	
	///////////////////////////////////////////////////////////////////
	// Tooltip
	///////////////////////////////////////////////////////////////////
	
	$("img.tooltip").hover(function(e){
		$id = this.id;			
	
		$("span#tooltip-"+$id).css("display","block")					
    },
	function(){
	
		$("span#tooltip-"+$id).css("display","none")	

    });
});

///////////////////////////////////////////////////////////////////
// Ivir zivir
///////////////////////////////////////////////////////////////////
Cufon.replace('h2');
Cufon.replace('.change');
//Cufon.replace('#announcements',{hover: 'True' });

///////////////////////////////////////////////////////////////////
// Yukari Asagi Hareket
///////////////////////////////////////////////////////////////////
$(function() {
	$(".news").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 2,
		auto:5000,
		speed:500
	});
});

///////////////////////////////////////////////////////////////////
// Z-index  Problem Cozumu
///////////////////////////////////////////////////////////////////

$(function() {
	var zIndexNumber = 1000;
	$('div').each(function() {
		$(this).css('zIndex', zIndexNumber);
		zIndexNumber -= 10;
	});
});
