$(function(){
        $('#featuredProducts').paginationBox({
                title: 'Featured Products',
                itemsPerPage: 3
        });
		$("a[rel^=lightbox]").lightBox({useOverlayInIE:false, fixedNavigation:true, imageRoot:"/cirkuit/includes/"});

});
