$(document).ready(function(){
			    $("#m_about").mouseover(function(){
			        $(this).attr({ src: 'images/menu/m_about_hover.jpg'});
			    });
				$("#m_about").mouseout(function(){
			        $(this).attr({ src: 'images/menu/m_about.jpg'});
			    });
				$("#m_news").mouseover(function(){
			        $(this).attr({ src: 'images/menu/m_news_hover.jpg'});
			    });
				$("#m_news").mouseout(function(){
			        $(this).attr({ src: 'images/menu/m_news.jpg'});
			    });
				$("#m_report").mouseover(function(){
			        $(this).attr({ src: 'images/menu/m_report_hover.jpg'});
			    });
				$("#m_report").mouseout(function(){
			        $(this).attr({ src: 'images/menu/m_report.jpg'});
			    });
				$("#m_pressa").mouseover(function(){
			        $(this).attr({ src: 'images/menu/m_pressa_hover.jpg'});
			    });
				$("#m_pressa").mouseout(function(){
			        $(this).attr({ src: 'images/menu/m_pressa.jpg'});
			    });
				$("#m_funclub").mouseover(function(){
			        $(this).attr({ src: 'images/menu/m_funclub_hover.jpg'});
			    });
				$("#m_funclub").mouseout(function(){
			        $(this).attr({ src: 'images/menu/m_funclub.jpg'});
			    });
				$("#m_chater").mouseover(function(){
			        $(this).attr({ src: 'images/menu/m_chater_hover.jpg'});
			    });
				$("#m_chater").mouseout(function(){
			        $(this).attr({ src: 'images/menu/m_chater.jpg'});
			    });
				$(".video_link_hover").mouseover(function(){
			        $(this).css( 'background', 'url(images/video_gol_hover.jpg)');
			    });
				$(".video_link_hover").mouseout(function(){
			        $(this).css( 'background', 'none');
			    });
				$("#left_gal_arrow").mouseover(function(){
			        $(this).attr({ src: 'images/slide_arrow_l.jpg'});
			    });
				$("#left_gal_arrow").mouseout(function(){
			        $(this).attr({ src: 'images/slide_arrow_l.jpg'});
			    });
});
