$(document).ready(function(){
    $(".ejmedia-files-list a[rel^='prettyPhoto']").prettyPhoto({
        /*changepicturecallback: function(){ initialize(); },*/
        deeplinking: false,
        hideflash: true,
        default_width: 800,
		default_height: 600
    });

    $(".tiptip").tipTip({
		keepAlive: false,
		defaultPosition: "bottom",
		delay: 0,
		attribute: "alt",
		edgeOffset: 0,
		maxWidth: "500px"
    });
});
