nth-child but only on some children

nth-child but only on some children

Hi!

I have a div called "myDiv" which have some children.
I want to write a selector that takes the n-th children but ONLY chooses from those with the class "specialClass".

Anybody knows how to do this?