/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


$(document).ready(function() {
    $(".kucukresim").click(function() {
        //$("#buyukresim").attr("src") = 
        var resim = $(this).attr("src");
        $("#buyukresim").get(0).src = resim;
    });
});
