$(document).ready(function()
{
	var cssNode = document.createElement('link');
	cssNode.rel = "stylesheet";
	cssNode.href = "css/defaultJS.css";
	document.body.appendChild(cssNode);
	
	if ($(".slideBoxes"))
	{
		$(".slideBoxes").UISlideBox({ width: 670, speed: 500, boxSelector: '.box', leftBtnSelector: '.slideBoxScrollBtn:first', rightBtnSelector: '.slideBoxScrollBtn:last'});
	}
}
);



$(function() {
   $('a[rel=lightbox]').lightBox({
	overlayBgColor: '#000',
	overlayOpacity: 0.7,
	imageLoading: '/img/lb/lightbox-ico-loading.gif',
	imageBtnClose: '/img/lb/closelabel.gif',
	imageBtnPrev: '/img/lb/prev.gif',
	imageBtnNext: '/img/lb/next.gif',
	containerResizeSpeed: 350,
	txtImage: 'Ilustracja',
	txtOf: 'z'
   });
});
