/*******************************************************************************

  CSS on Sails Framework
  Title: Site Name
  Author: XHTMLized (http://www.xhtmlized.com/)
  Date: July 2010

*******************************************************************************/

// $(document).ready(function() {

// });

// DD_belatedPNG fix for IE6
var PNG_fix_selectors = [
    'selector-1',
    'selector-2'
];
 
if (typeof DD_belatedPNG !== 'undefined') {
    DD_belatedPNG.fix(PNG_fix_selectors.join(','));
}
