LIBRARIES
----------------
jquery-ui-1.10.4.custom/js/jquery-1.10.2.js
jquery-ui-1.10.4.custom/js/jquery-ui-1.10.4.custom.js
jquery-ui-1.10.4.custom/development-bundle/ui/jquery.ui.core.js
jquery-ui-1.10.4.custom/development-bundle/ui/jquery-ui.custom.js
jquery-ui-1.10.4.custom/development-bundle/ui/jquery.ui.widget.js
STYLE SHEET
----------------------
jquery-ui-1.10.4.custom/development-bundle/themes/party/jquery.ui.all.css
INIT SCRIPT (Script for other "widget" in red)
------------------
$(document).ready(
function()
{
$( "#tabs" ).tabs();
$( "#accordion" ).accordion({ heightStyle: "content" });
$( "#accordion" ).accordion({ collapsible: true });
$( "#accordion" ).accordion({ active: false });
$('#coverflow').coverflow({"overlap": .2});
$("#coverflow" ).coverflow({"select": function(event, ui){ gCurrentCoverFlowIndex = ui.index; $('#CoverFlowCaption').text(ui.active.attr("data-description"))}});
$("#coverflow img").on("click", function(){if(gCurrentCoverFlowIndex == $(this).siblings('img').andSelf().index($(this))){fShowImage(this)}})
}
);
BROWSERS
-------------------
Chrome Version 33.0.1750.117 m
IE 10.09200.16798
Firefox 27.0.1
Safari 5.1.7 (7534.57.2)