/*
_,     .  __   ,__,   _   ,    ,_   _  __,   //  ,____,      ,____,   _,_-/- .  _,_ ,__,      ,_    .  __  -/-      ,_   _   ,  
 (_/__/__(_/__/ / (__(/__/_)__/ (__(/_(_/(__(/__/ / / (_   _/ / / (__(_/_/__/__(_/_/ / (_    _/_)__/__(_,__/__(_/__/ (__(/__/_)_
         _/_                                                                                 /                                  
        (/  
*/
$(document).ready(function(){
						   $(".film_img_1").fadeTo("fast", 0.6); // This sets the opacity of the thumbs to fade down to 60% when the page loads
						   $(".film_img_1").hover(function(){
						   $(this).fadeTo("fast", 0.9); // This should set the opacity to 90% on hover
						   },function(){
						   $(this).fadeTo("fast", 0.6); // This should set the opacity back to 60% on mouseout
						   });
						   });

$(document).ready(function(){
						   $(".gfx_img").fadeTo("fast", 0.6); // This sets the opacity of the thumbs to fade down to 60% when the page loads
						   $(".gfx_img").hover(function(){
						   $(this).fadeTo("fast", 0.9); // This should set the opacity to 90% on hover
						   },function(){
						   $(this).fadeTo("fast", 0.6); // This should set the opacity back to 60% on mouseout
						   });
						   });

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

$(document).ready(function(){
						   $("#menu_item_1").fadeTo("normal", 0.7); // This sets the opacity of the thumbs to fade down to 80% when the page loads
						   $("#menu_item_1").hover(function(){
						   $(this).fadeTo("normal", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("normal", 0.7); // This should set the opacity back to 80% on mouseout
							   	});
						   });

$(document).ready(function(){
						   $("#menu_item_2").fadeTo("normal", 0.7); // This sets the opacity of the thumbs to fade down to 80% when the page loads
						   $("#menu_item_2").hover(function(){
						   $(this).fadeTo("normal", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("normal", 0.7); // This should set the opacity back to 80% on mouseout
							   	});
						   });

$(document).ready(function(){
						   $("#menu_item_3").fadeTo("normal", 0.7); // This sets the opacity of the thumbs to fade down to 80% when the page loads
						   $("#menu_item_3").hover(function(){
						   $(this).fadeTo("normal", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("normal", 0.7); // This should set the opacity back to 80% on mouseout
							   	});
						   });

$(document).ready(function(){
						   $("#menu_item_4").fadeTo("normal", 0.7); // This sets the opacity of the thumbs to fade down to 80% when the page loads
						   $("#menu_item_4").hover(function(){
						   $(this).fadeTo("normal", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("normal", 0.7); // This should set the opacity back to 80% on mouseout
							   	});
						   });

$(document).ready(function(){
						   $("#menu_item_5").fadeTo("normal", 0.7); // This sets the opacity of the thumbs to fade down to 80% when the page loads
						   $("#menu_item_5").hover(function(){
						   $(this).fadeTo("normal", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("normal", 0.7); // This should set the opacity back to 80% on mouseout
							   	});
						   });

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

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

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

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

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

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