ft232r to arduino pro mini - what are the correct 6 connections required?

Just getting started, so thanks for your help in advance.

My equip:
Sparkfun FT232R Breakout

Arduino Pro Mini 3.3V ATMega 328

I am receiving this message:
avrdude: stk500_recv(): programmer is not responding

I suspect my connections are incorrect.
I can't find documentation on how to connect these two boards, I'm extrapolating from this image: http://arduino.cc/en/uploads/Guide/ArduinoProMiniFTDIBreakout2.jpg

Here's a photo of my setup:
CloudApp

Here's how it's wired. Is this correct?:

FT232R --> Arduino Pro Mini 3.3V
GND --> BLK
CTS --> GND
3.3V --> VCC
RX-I --> RXI
TX-O --> TXO
DTR --> GRN

Thanks for you help.

Have RX-I connect to TXO, and TX-O to RXI
You're good otherwise.

The FTDI adapter shows up as a COM port when connected to the PC?

Thanks Crossroads.

I connected it like as you suggested and it works without errors.

For any other newbe's future reference, this is the correct setup for connecting a Sparkfun FT232R breakout --> Arduino Pro Mini 3.3V:
GND --> BLK
CTS --> GND
3.3V --> VCC
RX-I --> TXO
TX-O --> RXI
DTR --> GRN

Cool.