jQuery(document).ready(function($) {
    if($('.slider').length != 0){
	$('.slider').slideshow({
	    width      : 960,
	    height     : 350,
	    transition : 'square',
	    navigation: false
	});
    }
    

	 $("a[rel^='prettyPhoto']").prettyPhoto({
	     show_title: false
	 });

    
    
    
    
	$('.paleta').click(  function() {
	     window.open("http://www.ro-colantari.ro/culori.html", "PaletaCulori", " width=780, height=500");
	     return false;
	})
   
    
});

