$(document).ready(function() {
	// initialize fancy search button
		$('#frm-search .submit, #frm-search-results .submit, #frm-archive .submit, #frm-who .submit').css({ 
			background: 'url(/img/frm-search_btn_en.gif) no-repeat center top',
			width: 71,
			height: 21,
			border: 0,
			cursor: 'pointer'
		}).attr('value','').hover(
			function() { $(this).css({ backgroundPosition: 'bottom left' }) },
			function() { $(this).css({ backgroundPosition: 'top left' }) }
		);
		
		$('#frm-search input[type=text]').css({ width: 155});
		
	// initialize fancy filter button
		$('#frm-archive .filter, #frm-who .filter').css({ 
			background: 'url(/img/frm-archive_btn_filter_en.gif) no-repeat center top',
			width: 60,
			height: 21,
			border: 0,
			cursor: 'pointer'
		}).attr('value','').hover(
			function() { $(this).css({ backgroundPosition: 'bottom left' }) },
			function() { $(this).css({ backgroundPosition: 'top left' }) }
		);

	// initialize fancy send button
		$('#frm-contact .submit').css({ 
			background: 'url(/img/frm_btn_verstuur_en.gif) no-repeat center top',
			width: 89,
			height: 21,
			border: 0,
			cursor: 'pointer'
		}).attr('value','').hover(
			function() { $(this).css({ backgroundPosition: 'bottom left' }) },
			function() { $(this).css({ backgroundPosition: 'top left' }) }
		);

	// initialize fancy send button
		$('#frm-aanvraag .submit').css({ 
			background: 'url(/img/frm_btn_verstuur_en.gif) no-repeat center top',
			width: 89,
			height: 21,
			border: 0,
			cursor: 'pointer'
		}).attr('value','').hover(
			function() { $(this).css({ backgroundPosition: 'bottom left' }) },
			function() { $(this).css({ backgroundPosition: 'top left' }) }
		);

	// initialize fancy paging buttons
		$('.paging li.first a').addClass('image_en');
		$('.paging li.last a').addClass('image_en');
		
	// initialize fancy readmore button
		$('a.readmore').css({ 
			display: 'block',
			background: 'url(/img/btn_readmore_en.gif) no-repeat center top',
			width: 62,
			height: 21,
			textIndent: -10000,
			border: 0,
			marginTop: '8px',
			cursor: 'pointer'
		}).attr('value','').hover(
			function() { $(this).css({ backgroundPosition: 'bottom left' }) },
			function() { $(this).css({ backgroundPosition: 'top left' }) }
		);
});
