#LOCAL("PagerSize",5)
#BLOCK("PagerProducts", #VisibleProducts, 12)
#INCLUDE("CategorySearchForm")
#IF(#Pager.CountOfItems > 0)
#IF(#Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ENDIF
#INCLUDE("INC-ChangeListOrder")
#LOOP(#Pager.Items)
#INCLUDE("INC-ListProductImageBox")
#ENDLOOP
#INCLUDE("Pager")
#IF(#Pager.CountOfItems > 1)
#ENDIF
#ENDIF
#ENDBLOCK
#ENDLOCAL