
$(document).ready(function(){
	/*alert("BarR: " + $('.sideBarRight').height());
	alert("BarL: " + $('.sideBarLeft').height());
	alert("Content: " + $('.content').height());
if ($('.threeColumns .content').height() > $('.threeColumns .sideBarRight').height() || $('.threeColumns .content').height() > $('.threeColumns .sideBarLeft').height()){
	$('.threeColumns .content').css("overflow","hidden");
	if ($('.threeColumns .sideBarLeft').height()>$('.threeColumns .sideBarRight').height()){
	$('.threeColumns .content').height($('.sideBarLeft').height());}
	else{
	$('.threeColumns .content').height($('.threeColumns .sideBarRight').height());}
	$('.threeColumns .content').append('<div class="FadeDiv"></div><a class="SeeAll"> Ver Todo </a>');
	$('.threeColumns .SeeAll').click(function() {$('.threeColumns .content').css("overflow","visible");$('.content').height("auto");$(this).hide();$('.FadeDiv').hide();});
}else{}*/

/*$('.RotadorMenu ul li').hover(function () {
	alert($(this).css(backgroundPosition()));
    $(this).animate({backgroundPosition : "-56px 0px"}, 500 );
  }, 
  function () {
    $(this).animate({backgroundPosition: "0px 0px"}, 500 );
  }
);*/

    $('#slider').nivoSlider({
        animSpeed: 500, // Slide transition speed
        pauseTime: 4000, // How long each slide will show
        directionNav: false // Next & Prev navigation
    });
});




