Show image style in Drupal
<?php print theme('image_style', array('style_name' => 'YOUR STYLE NAME', 'path' => 'path/to/image')); ?>