// <![CDATA[

( function( $ )
{
    
    $( function()
    {
        var options = {
		    'hideOnContentClick'           : false,
            'hideOnOverlayClick'   : false,
            'width'                : 960,
            'height'               : 480,
            'type'                 : 'iframe',
            'autoScale'            : false,
            'autoDimensions'       : true
	    };
	    
        var elements = [
            '#c4854',
            '#c4858',
            '#c4856'
        ];
	    
        $( elements.join( ', ' ) ).next().next().find( 'a' ).fancybox( options );
        
        $( '#movie-link' ).fancybox( options );

        $( 'embed' ).attr( 'wmode', 'transparent' );
    } );
    
} )( jQuery );

// ]]>
