function addStyles($styles = array())
 {
     foreach ($styles as $style) {
         Gantry::addStyle($style);
     }
 }