$(document).ready(function() {
			
			//superfish menu init
			jQuery('ul.sf-menu').superfish();
			if ($("#s4").length) {
					$(function() {
					// run the code in the markup!
					$('#s4')
						.cycle({ 
						fx:     'scrollHorz', 
						speed:  1000, 
						timeout: 5000, 
						next:   '#next2', 
						prev:   '#prev2' 
					});
					});
				};
				

	
		 
		 
		 if ($(".overflow").length) {
			$("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
			};	
		 
			$(".overflow").append("<span></span>")
			$(".overflow	").hover(function(){
						$(this).find("img").stop().animate({opacity:0.5}, "normal")
					}, function(){
						$(this).find("img").stop().animate({opacity:1}, "normal")
					});
					
		});	

