<!--drop down-->
function mainmenu(){
$(" .lavaLamp ul ").css({display: "none"}); // Opera Fix
$(" .lavaLamp li").hover(function(){
		$(this).find('ul:first').css({visibility: "visible",display: "none"}).slideDown(400);
		},function(){
		$(this).find('ul:first').css({visibility: "hidden"});
		});
}

 
 
 $(document).ready(function(){					
	mainmenu();

	<!--pretty photo-->					   
	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});


<!--lightbox hover-->	
$(".lightBox img").hover(function(){
		$(this).stop().animate({opacity:0.3},200);
		},function(){
		$(this).stop().animate({opacity:1},200);
		});




	 
	 
<!--slider-->

var ie = jQuery.browser.msie;


$(function() {
	if (ie) { 
		    $('#sliderBgWrap').cycle({
        fx:     'fade',
		speed:  'fast',
    	timeout:  8000,
		next:   '#nextSlide', 
    	prev:   '#previousSlide',
        pager:   '#sliderPager',
        pagerAnchorBuilder: function(i) {
	        return '<a href="#">'+(i+1)+'</a>';
	    }
    });

		    $('#slidesWrap').cycle({
        fx:     'none',
		cleartype: 1,
		cleartypeNoBg:  1,
		speed:  'fast',
    	timeout:  8000,
		next:   '#nextSlide', 
    	prev:   '#previousSlide',
        pager:   '#sliderPager',
        pagerAnchorBuilder: function(i) {
	        return $('#sliderPager a:eq('+i+')');
	    }
    });
	}
	else {
		    $('#sliderBgWrap').cycle({
        fx:     'fade',
		speed:  'fast',
    	timeout:  8000,
		sync:          1,
		next:   '#nextSlide', 
    	prev:   '#previousSlide',
        pager:   '#sliderPager',
        pagerAnchorBuilder: function(i) {
	        return '<a href="#">'+(i+1)+'</a>';
	    }
    });

		    $('#slidesWrap').cycle({
        fx:     'fade',
		speed:  'fast',
    	timeout:  8000,
		sync:          1,
		next:   '#nextSlide', 
    	prev:   '#previousSlide',
        pager:   '#sliderPager',
        pagerAnchorBuilder: function(i) {
	        return $('#sliderPager a:eq('+i+')');
	    }
    });
		
			
	}

	
});

	<!--Page slider-->

$(function() {

	    $('.pageSlider').after('<div class="pageSliderNav">').cycle({
		fx:      'fade',
		cleartype: 1,
		cleartypeNoBg:  1,
        speed:  500,
        timeout:  8000,
        pager:  '.pageSliderNav',
        before: function() { if (window.console) console.log(this.src); }
    });
	
});
	
});


	
	

  
