$(document).ready(function(){
						   $(".download_img").hide();
						   $(".download_img").fadeTo("fast", 0.0);
						   $(".download_img").fadeTo("slow", 0.6); // This sets the opacity of the thumbs to fade down to 50% when the page loads
						   $(".download_img").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.6); // This should set the opacity back to 50% on mouseout
						   });
						   });

//$(document).ready(function(){
						   $("#bustimer").hide();
						   $("#bustimer").fadeTo("fast", 0.0);
						   $("#bustimer").fadeTo("slow", 0.6); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $("#bustimer").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.6); // This should set the opacity back to 30% on mouseout
							   	});
						   //});

$(document).ready(function(){
						   $("#info").hide();
						   $("#info").fadeTo("fast", 0.0);
						   $("#info").fadeTo("slow", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $("#info").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity back to 30% on mouseout
							   	});
						   });
			
						   
$(document).ready(function(){
						   $("#pictures").hide();	
	   					   $("#pictures").fadeTo("fast", 0.0);
						   $("#pictures").fadeTo("slow", 0.6); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $("#pictures").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.6); // This should set the opacity back to 30% on mouseout
							   	});
						   });
						   
$(document).ready(function(){
						   $(".twitter_img").hide();
						   $(".twitter_img").fadeTo("slow", 0.6); // This sets the opacity of the thumbs to fade down to 50% when the page loads
						   $(".twitter_img").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.6); // This should set the opacity back to 50% on mouseout
						   });
						   });
						   
$(document).ready(function(){
						   $(".myspace_img").hide();
						   $(".myspace_img").fadeTo("slow", 0.6); // This sets the opacity of the thumbs to fade down to 50% when the page loads
						   $(".myspace_img").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.6); // This should set the opacity back to 50% on mouseout
						   });
						   });
						   
$(document).ready(function(){
						   $(".youtube_img").hide();
						   $(".youtube_img").fadeTo("slow", 0.6); // This sets the opacity of the thumbs to fade down to 50% when the page loads
						   $(".youtube_img").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.6); // This should set the opacity back to 50% on mouseout
						   });
						   });
						   					  			   
$(document).ready(function(){
						   $(".facebook_img").hide();
						   $(".facebook_img").fadeTo("slow", 0.6); // This sets the opacity of the thumbs to fade down to 50% when the page loads
						   $(".facebook_img").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.6); // This should set the opacity back to 50% on mouseout
						   });
						   });
						   
$(document).ready(function(){
						   $("#twitterbox").hide();
   						   $("#twitterbox").fadeTo("fast", 0.0);
						   $("#twitterbox").fadeTo("slow", 0.6); // This sets the opacity of the thumbs to fade down to 50% when the page loads
						   $("#twitterbox").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.6); // This should set the opacity back to 50% on mouseout
						   });
						   });
						   					   
$(document).ready(function(){
						   $("#bloglink").hide();
   						   $("#bloglink").fadeTo("fast", 0.0);
						   $("#bloglink").fadeTo("slow", 0.6); // This sets the opacity of the thumbs to fade down to 50% when the page loads
						   $("#bloglink").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.6); // This should set the opacity back to 50% on mouseout
						   });
						   });

$(document).ready(function(){
						   $("#events").hide();
   						   $("#events").fadeTo("fast", 0.0);
						   $("#events").fadeTo("slow", 0.6); // This sets the opacity of the thumbs to fade down to 50% when the page loads
						   $("#events").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.6); // This should set the opacity back to 50% on mouseout
						   });
						   });
						   
						   
						   
						   
						   
						   
						   
					

