$(document).ready(function() {
	// Lees verder
	$(".btn-leesverder img").hover(function() {
		$(this).attr("src", "../images/btn-leesverder-mo.png");
		if ($.browser.msie && parseInt($.browser.version) <= 6) {
			$(this).supersleight();
		}
	},
	function() {
		$(this).attr("src", "../images/btn-leesverder.png");
		if ($.browser.msie && parseInt($.browser.version) <= 6) {
			$(this).supersleight();
		}
	});
	
	// Mini filmpjes
	$(".btn-filmpjes img").hover(function() {
		$(this).attr("src", "../images/btn-minifilmpjes-mo.png");
		if ($.browser.msie && parseInt($.browser.version) <= 6) {
			$(this).supersleight();
		}
	},
	function() {
		$(this).attr("src", "../images/btn-minifilmpjes.png");
		if ($.browser.msie && parseInt($.browser.version) <= 6) {
			$(this).supersleight();
		}
	});
	
	// Productinformatie
	$(".btn-productinfo img").hover(function() {
		$(this).attr("src", "../images/btn-productinfo-mo.png");
		if ($.browser.msie && parseInt($.browser.version) <= 6) {
			$(this).supersleight();
		}
	},
	function() {
		$(this).attr("src", "../images/btn-productinfo.png");
		if ($.browser.msie && parseInt($.browser.version) <= 6) {
			$(this).supersleight();
		}
	});
	
	// Waar te verkrijgen?
	$(".btn-verkrijgbaarheid img").hover(function() {
		$(this).attr("src", "../images/btn-verkrijgbaarheid-mo.png");
		if ($.browser.msie && parseInt($.browser.version) <= 6) {
			$(this).supersleight();
		}
	},
	function() {
		$(this).attr("src", "../images/btn-verkrijgbaarheid.png");
		if ($.browser.msie && parseInt($.browser.version) <= 6) {
			$(this).supersleight();
		}
	});
	
	// TV commercial
	$(".btn-commercial img").hover(function() {
		$(this).attr("src", "../images/btn-tvcommercial-mo.png");
		if ($.browser.msie && parseInt($.browser.version) <= 6) {
			$(this).supersleight();
		}
	},
	function() {
		$(this).attr("src", "../images/btn-tvcommercial.png");
		if ($.browser.msie && parseInt($.browser.version) <= 6) {
			$(this).supersleight();
		}
	});
});
