// scroll back to top
var $ = jQuery.noConflict();


$(document).ready(function () {


    $('.video object').attr('width', '642px');
    $('.video object').attr('height', '379px');
    $('.video object').attr('wmode', 'transparent');
    $('.video embed').attr('width', '642px');
    $('.video embed').attr('height', '379px');
    $('.video embed').attr('wmode', 'transparent');
	    $('.video iframe').attr('width', '642px');
    $('.video iframe').attr('height', '379px');

	

$("object[type='application/x-shockwave-flash']").append('<param name="wMode" value="transparent"/>');
			
    $(".oneThird").hover(function () {

        $(this).animate({
            color: "#FFF"
        }, 400);
        $(this).animate({
            backgroundColor: "#f9424f!important"
        }, "easeOutCubic");


    }, function () {


        $(this).animate({
            backgroundColor: "#FFF"
        }, "easeOutCubic");
        $(this).animate({
            color: "#000"
        }, 100);

    });
	
    $(".oneThird:last").addClass('lastColumn');

    $("#tabsRedes").verticaltabs({
        speed: 500,
        slideShow: false
		
    });
	
	
   
	
	$('#twitter_div').jScrollPane();




    $(".frontItemImage").hover(function () {
        $(this).animate({
            opacity: 0.8
        }, 200, "easeOutCubic");


    }, function () {
        $(this).animate({
            opacity: 1
        }, 200, "easeOutCubic");
    });




$('#facewall').fbWall({id:'recheiodigital',
accessToken:'206158599425293|7809823973348bcf8cd72f6d.1-100000221135225|BW9n2eoyL7EYvJs7GEmv61NbBFk',
showGuestEntries:true,
showComments:true,
max:5,
timeConversion:24});

// $(".flickr_badge_image a").fancybox();
 

     

}); 


