$(document).ready(function(){

	$(".round5").corner("5px");
	$(".round10").corner("10px");
	$(".round15").corner("15px");
	$(".round20").corner("20px");
	$(".text_teaser").corner("15px");
	
	$('#addthisTbox').stop().animate({
		left:-3,
		opacity:0.5
	},'slow');
	
	
	//$(".horizontal-menu").css("display","none");
	//$(".horizontal-menu").show(200);
	
	/*
	$('#addthisTbox').stop().animate({
		left:-3,
		opacity:0.5
	},'slow');

	$("#addthisTbox").mouseover(function() {
		$(this).stop().animate({
			left:-3,
			opacity:1
		},'fast');
	}).mouseleave(function() {
		$(this).stop().animate({
			left:-5,
			opacity:0.5
		},'fast');
	});

	$(function() {
		var offset = $("#addthisTbox").offset();
		var topPadding = 88;
		$(window).scroll(function() {
			if ($(window).scrollTop() > offset.top) {
				$("#addthisTbox").stop().animate( {
					marginTop : $(window).scrollTop() - offset.top + topPadding
				});
			} else {
				$("#addthisTbox").stop().animate({
					marginTop : 0
				});
			}
			;
		});
	});
	*/
});
