$(document).ready(function() {
	$(".topMenuAction").click( function() {
	  if ($("#openCloseIdentifier").is(":hidden")) {
		$("#slider").animate({ 
			marginTop: "-500px"
			}, 500 );
		$("#openCloseIdentifier").show();
			} else {
		$("#slider").animate({ 
			marginTop: "0px"
			}, 500 );
		$("#openCloseIdentifier").hide();
			}
     });
    $("a[rel^='prettyPhoto']").prettyPhoto({
    animationSpeed: 'normal', 
    padding: 40, 
    opacity: 0.35, 
    showTitle: true, 
    allowresize: false, 
    counter_separator_label: '/', 
    theme: 'dark_rounded',
    callback: function(){}
     });
   });
		/*$("#Sproducts img").click(function() { 
        $(this).expose({
		   color: '#000000'
         });
	 }); 	
});*/
