$(function(){
//	$('div#banner a img').hover(function(){
//		var imgsrc = $(this).attr('src').replace('.','_ro.');
//		$(this).attr('src',imgsrc);
//		},function(){
//		var imgsrc = $(this).attr('src').replace('_ro.','.');
//		$(this).attr('src',imgsrc);
//	});

$('.markpage img').each(function(){
    $(this).css({'width':'520px'})
}
);

});