$(function(){

	$('#content').corner('5px bottom');
	$('#big_map').corner('25px');
	$('.gallery li:nth-child(3n)').css({ 'margin-right':0 });
	
});
$(document).ready(function(){
	$('#flash').flash({
		src: 'agromet.swf',
		width: 666,
		height: 332
	});
});
