$(document).ready(function(){
  
$("a[rel^='prettyPhoto']").prettyPhoto();

$(".tecaj-detalji > tbody > tr:nth-child(odd)").addClass("odd");
$("..tecaj-detalji > tbody > tr:nth-child(even)").addClass("even");


});

