/* 
	Main Javascript-File powered by JQuery for ... 
	url: ...
	author: Robert Weber for closingtag 200x
	email: info@closingtag.de
*/

$(document).ready(function() {
	$("#ustyle #navigation").clone().appendTo("#page").attr("class","clone");
      $("#showcase a").lightBox({fixedNavigation:true});
});