	$(window).load(function() {
				$('.flexslider').flexslider({
				  animation: "slide",
				  controlsContainer: ".flex-container"
			  });
			});


$(document).ready(function(){
 $('#tn_rollover').animate({"opacity": "0"});	
 $("#tn_rollover").hover(
function() {
$(this).stop().animate({"opacity": "1"}, "slow");
},
function() {
$(this).stop().animate({"opacity": "0"}, "slow");
});
 
});

$(document).ready(function(){
 $('#tn_rollover2').animate({"opacity": "0"});	
 $("#tn_rollover2").hover(
function() {
$(this).stop().animate({"opacity": "1"}, "slow");
},
function() {
$(this).stop().animate({"opacity": "0"}, "slow");
});
 
});

$(document).ready(function(){
 $('#tn_rollover3').animate({"opacity": "0"});	
 $("#tn_rollover3").hover(
function() {
$(this).stop().animate({"opacity": "1"}, "slow");
},
function() {
$(this).stop().animate({"opacity": "0"}, "slow");
});
 
});

$(document).ready(function(){
 $('#tn_rollover4').animate({"opacity": "0"});	
 $("#tn_rollover4").hover(
function() {
$(this).stop().animate({"opacity": "1"}, "slow");
},
function() {
$(this).stop().animate({"opacity": "0"}, "slow");
});
 
});

$(document).ready(function(){
 $('#tn_rollover5').animate({"opacity": "0"});	
 $("#tn_rollover5").hover(
function() {
$(this).stop().animate({"opacity": "1"}, "slow");
},
function() {
$(this).stop().animate({"opacity": "0"}, "slow");
});
 
});

$(document).ready(function(){
 $('#feature1-copy').animate({"opacity": "0"});	
 $("#feature1-copy").hover(
function() {
$(this).stop().animate({"opacity": "1"}, "slow");
},
function() {
$(this).stop().animate({"opacity": "0"}, "slow");
});
 
});

$(document).ready(function(){
 $('#feature2-copy').animate({"opacity": "0"});	
 $("#feature2-copy").hover(
function() {
$(this).stop().animate({"opacity": "1"}, "slow");
},
function() {
$(this).stop().animate({"opacity": "0"}, "slow");
});
 
});
$(document).ready(function(){
 $('#feature3-copy').animate({"opacity": "0"});	
 $("#feature3-copy").hover(
function() {
$(this).stop().animate({"opacity": "1"}, "slow");
},
function() {
$(this).stop().animate({"opacity": "0"}, "slow");
});
 
});
          
		
		

  
