/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */



$(function(){

//
//    $('#portfolio  a').fadeTo('slow', 0.50);
//    $('#portfolio a + div').hide('slow');
//    $('#portfolio > ul > li> div > div > div > a ').bind('mouseover', function(){
//        $('#' + this.id + ' + div').stop(true,true).show('slow');
//        $(this)
//        .stop(true,true)
//        .fadeTo('slow', 1)
//        .addClass('hover_gold')
//        .removeClass('hover_black');
//
//    }).bind('mouseout', function(){
//        $('#' + this.id + ' + div').stop(true,true).hide('slow');
//        $(this)
//        .stop(true,true)
//        .fadeTo('slow', 0.50)
//        .addClass('hover_black')
//        .removeClass('hover_gold');
//       
//    });
/*
    $("#header_banner").wslide({
        width: 937,
        height: 383,
        autolink: false,
        fade: true,
        effect: 'easeOutQuad',
        horiz: true,
        duration: 1500,
        selected_class: 'selected'
    });
    */
    $("a[rel^='prettyPhoto']").prettyPhoto({
            animation_speed:'slow',
            theme: 'dark_rounded'
        });


//
//    $('#portfolio > div >  img').click(function() {
//        $(this).animate({
//            width: 'toggle',
//            height: 'toggle'
//        }, {
//            duration: 5000
//
//        });
//    });


});

