ENC28J60 SPI Ethernet Module with Arduino Micro

I have used this ENC28J60 SPI Ethernet Module with the Arduino Uno with sucess using the stand in UIPEthernet Library. Now I want to get this to work with the Micro and I can not communicate with the device. The device is this: Zitrades ENC28J60 Ethernet LAN Network Module For Arduino SPI

Connections:

+ 3.3V
- Ground
SS Tried Both Pin 10 and SS Pin
MOSI Tried Both MO and SPI Pins
MISO Tried Both MI and SPI Pins
SCK Tried Both CK and SPI Pins

The end result is I get power/communication flashing but can't get to the device. I assume it is going to be different pins for this board versus the UNO but I can't seem to find this information.