
$(document).ready(function() {

$(".csc-textpic-imagewrap a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',slideshow:10000, theme:'dark_rounded'});
	
	$("#slider").easySlider({
		auto: true,
		continuous: true,
		nextId: "slider1next1",
		prevId: "slider1prev1",
		speed: 			1500,
		pause:			8000
	});
	
$('#indexlogo').pngFix();
	

 $("ul.dropdown li").hover(function(){
   $(this).addClass("hover");
   $('> .dir',this).addClass("open");
   $('ul:first',this).css('visibility', 'visible');
 },function(){
   $(this).removeClass("hover");
   $('.open',this).removeClass("open");
   $('ul:first',this).css('visibility', 'hidden');
 });

});
