if(!($.browser.msie)){

$('.rounded').corner("5px");
$('div#content_area #sidebar #buttons a img').corner('3px');
$('div#content_area img.cat_image').corner('4px');
$('div#content_area img.attachment-post-thumbnail').corner('4px');
$('.more a').corner('3px');
$('a.more-link').corner('3px');
$('.input-text').corner('3px');
$('.submit-button').corner('3px');

$(function(){
	$('.tiptip').tipTip();
});

}

$(document).ready(function(){

$('ul.main_menu >li>a').hover(
function(){
		$(this).animate({
		marginLeft: '0px'
		}, 750)
},
function(){
	$(this).animate({
		marginLeft: '-52px'
	}, 750)
}
);

$('div#content_area #sidebar .sidebox ul ul li>a').hover(
function(){
		$(this).animate({
		marginLeft: '0px'
		}, 750)
},
function(){
	$(this).animate({
		marginLeft: '-15px'
	}, 750)
}
);




			$('#rotating_fotos_box').innerfade({
				speed: 'slow',
				timeout: 4000,
				type: 'sequence',
				containerheight: '150px'
			});

$('img').attr('title', "");

});
	
	
