/* <![CDATA[ */
if ($.browser.msie && $.browser.version.substr(0,1)==6) {
	$.getScript("http://www.redberryrecruitment.co.uk/wp-content/themes/red-berry-recruitment/dd_belatedpng.js",function(){DD_belatedPNG.fix('*')});
}
$(document).ready(function(){
	$("#pageflip").hover(function() {
		$("#pageflip img, .msg_block").stop()
			.animate({
				width: '307px',
				height: '319px'
			}, 500);
		} , function() {
		$("#pageflip img").stop()
			.animate({
				width: '50px',
				height: '52px'
			}, 220);
		$(".msg_block").stop()
			.animate({
				width: '50px',
				height: '50px'
			}, 200);
	});
	$('marquee').marquee('pointer').mouseover(function () {
		$(this).trigger('stop');
	}).mouseout(function () {
		$(this).trigger('start');
	});	
}); 
/* ]]> */
