 jQuery(document).ready(function(){
                                                  jQuery("#imgButton").hover(function(){
                                                      jQuery(this).stop().animate({"opacity": .8});
                                                  },function(){
                                                      jQuery(this).stop().animate({"opacity": 1});
                                                  });
                                                   jQuery("#smButton").hover(function(){
                                                      jQuery(this).stop().animate({"opacity": .5});
                                                  },function(){
                                                      jQuery(this).stop().animate({"opacity": 1});
                                                  });
                                                  
                                                  jQuery("#playboyButton").hover(function(){
                                                      jQuery(this).stop().animate({"opacity": .8});
                                                  },function(){
                                                      jQuery(this).stop().animate({"opacity": 1});
                                                  });
                                                  jQuery("#s1").hover(function(){
                                                      jQuery(this).stop().animate({"opacity": .4});
                                                  },function(){
                                                      jQuery(this).stop().animate({"opacity": 1});
                                                  });
                                                  jQuery("#s2").hover(function(){
                                                      jQuery(this).stop().animate({"opacity": .4});
                                                  },function(){
                                                      jQuery(this).stop().animate({"opacity": 1});
                                                  });
                                                  jQuery("#s3").hover(function(){
                                                      jQuery(this).stop().animate({"opacity": .4});
                                                  },function(){
                                                      jQuery(this).stop().animate({"opacity": 1});
                                                  });
                                                  jQuery("#s4").hover(function(){
                                                      jQuery(this).stop().animate({"opacity": .4});
                                                  },function(){
                                                      jQuery(this).stop().animate({"opacity": 1});
                                                  });
                                                  jQuery("#s5").hover(function(){
                                                      jQuery(this).stop().animate({"opacity": .4});
                                                  },function(){
                                                      jQuery(this).stop().animate({"opacity": 1});
                                                  });
                                                   jQuery("#s6").hover(function(){
                                                      jQuery(this).stop().animate({"opacity": .4});
                                                  },function(){
                                                      jQuery(this).stop().animate({"opacity": 1});
                                                  });
                                                   jQuery("#s7").hover(function(){
                                                      jQuery(this).stop().animate({"opacity": .4});
                                                  },function(){
                                                      jQuery(this).stop().animate({"opacity": 1});
                                                  });
                                                  
                                                  jQuery("#s8").hover(function(){
                                                      jQuery(this).stop().animate({"opacity": .4});
                                                  },function(){
                                                      jQuery(this).stop().animate({"opacity": 1});
                                                  });

                                                  
                                                  
                                                 jQuery("#om_button").hover(function(){

                                                      jQuery(this).animate({'opacity':'.4'},{duration:'slow',easing:'swing',queue:false});

                                                   },function(){
                                                      
                                                      jQuery(this).animate({'opacity':'1'},{duration:'slow',easing:'swing',queue:false});

                                                  });


                                            });
