Cycle2: How to create two custom templates for two pagers on the same cycle-slideshow?

Cycle2: How to create two custom templates for two pagers on the same cycle-slideshow?

Like in topic. I would like to create two different templates for two instance of pager in the same slideshow.

I know (from demos) that I can use multiple pagers:

  1. data-cycle-pager=".custom-pager1, .custom-pager2" 
but how assign them to different themes. For example:

for  .custom-pager1
  1. data-cycle-pager-template="<span></span>" 
and for .custom-pager2

  1. data-cycle-pager-template="<div></div>" 
Any ideas? Thanks.