$(document).ready(function(){
	$(".podglad > * > img").hover(function() {
		$(this).removeClass('o50');
		$(this).addClass('o100');
	},
	function() {
		$(this).removeClass('o100');
		$(this).addClass('o50');
	});
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'grajkowie',
		allow_resize: false,
		show_title: false
	
	});
	
	$(".main-wiecej").click(function(){
		if($("#main").height()<$("#portfolio-container").height()) {
			$("#main").animate({height: $("#main").height()+280},100, function(){
				if($("#main").height()>$("#portfolio-container").height()) {
				 $(".main-wiecej").hide();
				 $(".arrow").hide();
				}
			});
		}
	});
	
	
})

$(function() {
	
		$("ul#menu span.nosel").css("opacity","0");
		$("ul#menu span.sel").css("opacity","100");
		$("ul#menu span.nosel").hover(function () {
	  
			$(this).stop().animate({
				opacity: 1
			}, '100');
		},
		function () {		
			$(this).stop().animate({
				opacity: 0
			}, '100');
		});
	});
	
 
	$(function() {
	  
		$("ul#menu-sub span.nosel").css("opacity","0");
		$("ul#menu-sub span.sel").css("opacity","100");
/*
		$("ul#menu-sub span.nosel").hover(function () {
	  
			$(this).stop().animate({
				opacity: 1
			}, '100');
		},
		function () {		
			$(this).stop().animate({
				opacity: 0
			}, '100');
		});
		*/
	});


$(function() {
    		$(".news").jCarouselLite({
				auto: 3500,
    			speed: 1000,
    			visible: 1,
    			vertical: true
    		});
    		
    		$("#warsztat").jCarouselLite({
    			speed: 500 ,
    			visible: 1,
    			btnGo:
    			["#menu-sub .nasz-warsztat", "#menu-sub .strony", "#menu-sub .sklepy", "#menu-sub .systemy"],
    			afterEnd: function(a) {
        			
    			}

    		});
    		
 		});
 		 


