@Description: Forces transparent PNGs to display properly in IE 6
@File: ie6.js
@Param: The element which has a png that needs to be fixed or a conatiner element containing other elements that need to be fixed
@Example://fix a single image
sb.ie6.pngFix('#myImg');
@Description: allows for background png image fix in IE 6
@File: ie6.js
@Param: The element which has a background png that needs to be fixed for ie6
@Example:sb.ie6.pngFix('#myElement');