/* 

	KeyifliBardaklar - JS File
	@author 			Kerem Sevencan in CIU
	@date				26.09.2011
	
    @piece			live */

$(function() {

	$('.productList').ciuSlider();
    $('.product').hover(function() {
        $(this).find('.nonhover').toggle();
    });
    $('#album').iphoneSlide({
    handler: "#paging",
    pageHandler: ".page"
    });
    $('.slidetopage').click(function() {
        relOut = $(this).attr('rel');
        $('#album').iphoneSlide('jqipslide2page', relOut, true);
   });
   $("a[rel^='contentbox']").prettyPhoto();
   $(".textArea ol li").click(function(e) {
        e.preventDefault();
        $(this).parent('ol').find('li').removeClass('selected');
        $(this).addClass('selected');
   });
   $('.cross #teslimatbilgileri').click(function() {
        var thisCheck = $(this).attr('checked');
        if (thisCheck == "checked") {
            $('.crosseds.formLine').toggle();
        } else {
            $('.crosseds.formLine').toggle();
        }
   });
});
