/* $Id: not-ie.css 2481 2008-08-22 00:45:03Z rvelices $ */

/* All directives not supported by IE */
/* can be overiden in any theme but not hidden to IE */

.content UL.thumbnails SPAN.wrap2 {
  -moz-border-radius: 4px;	/* round corners with Geko */
  -webkit-border-radius: 4px; /* Safari webkit project */
}
