
$(document).ready(function(){
 
$("img.a").hover(
function() {
$(this).stop().animate({"opacity": "0.4"}, "fast");
},
function() {
$(this).stop().animate({"opacity": "1"}, "slow");
});
 
});



Cufon.replace('h1.anabaslik', { hover: true, fontFamily: 'Myriad Pro Condensed Bold' });
Cufon.replace('div.marka_cufon', { hover: true, fontFamily: 'Myriad Pro Condensed Bold' });

			Cufon.replace('span.solbaslik', { hover: true, fontFamily: 'Myriad Pro Condensed' });
			Cufon.replace('a.ustmenu', { hover: true, fontFamily: 'Myriad Pro Condensed' });
			Cufon.replace('div.alt_urun_list_yazi', { hover: true, fontFamily: 'Myriad Pro Condensed Bold' });
			Cufon.replace('span.icbaslik', { hover: true, fontFamily: 'Myriad Pro Condensed' });
			
			//Cufon.replace('a.ustmenu', { hover: true, fontFamily: 'Myriad Pro Condensed Bold' });

			//Cufon.replace('a.solmenu_urun', { fontFamily: 'Myriad Pro Condensed' });

			//Cufon.replace('h1.baslik', { fontFamily: 'Myriad Pro Condensed Bold' });

// 			Cufon.replace('span.gwbaslik', { fontFamily: 'Myriad Pro Condensed' });




function ShowActionOnOver()
 {
   $(".hidden_action_container").hover(
       function()
       {
          $(".hidden_action",this).show();
		//  $(".hidden_action_link").addClass("ustmenu_link");
       },
       function()
       {
		   //$(".hidden_action_link").removeclass("ustmenu_link");
           $(".hidden_action",this).hide();
		   
		 //  $(".hidden_action_link").addClass("ustmenu_dehover")
        }
    );
 }
 
 
 $(document).ready(function()
 {
    ShowActionOnOver();
    $(".hidden_action",this).hide(); // hide all
 });
 
 
 
 
 
 
 $(document).ready(function(){ //dosya hazır olduğunda kodlarımızı çalıştırıyoruz.

$('.form-field').each( function () {//form_field classının içindeki değerleri alıyoruz.
$(this).val($(this).attr('defaultVal'));
$(this).css({color:'#ccc'});//değere renk atıyoruz.
});
$('.form-field').focus(function(){
if ( $(this).val() == $(this).attr('defaultVal') ){
$(this).val('');
$(this).css({color:'#000'});
}
});
$('.form-field').blur(function(){
if ($(this).val() == '' ){
$(this).val($(this).attr('defaultVal'));
$(this).css({color:'#ccc'});
}
});
});
 

$(document).ready(
	function() {
	$('#444banner').flash({swf:'dizaynist_img/444banner.swf',width:954, height:60});
		$('#myFlash').flash({swf:'seikonmenu.swf',width:954, height:67});
		$('#logoswf').flash({swf:'seikonlogo2.swf',width:245, height:76,wmode: 'transparent'});
	}
);


$(function() {
	$(".newsticker-jcarousellite").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 3,
		auto:1500,
		speed:1000
	});
});


