$(function(){
    $('.vdItems').click(function(){
        $('li.current').removeClass("current");
        $(this).addClass("current");
    });
    
    $('#VPScroll').jScrollPane({
        showArrows: true,
        scrollbarWidth: 8,
        topCapHeight: 30,
        bottomCapHeight: 50         
    });
    
    $('#FotoThumbWrapper').jScrollPane({
        showArrows: true,
        scrollbarWidth: 8,
        topCapHeight: 30,
        bottomCapHeight: 50         
    });    
    
    $("a[rel^='prettyPhoto']").prettyPhoto();
        
});

function loadVideo( id )
{
    $('#VideoPlayer').load('video.php', {id:id});    
}
