/*rounded corners*/
a.boxc:hover { padding:0px; position:relative; } 
a.boxc:hover b.cn { background:transparent url(../images/pages/bg-feature-box-corner.gif) no-repeat scroll 0%; height:6px; position:absolute; width:6px;} 
a.boxc:hover b.tl { background-position:left top; left:-1px; top:-1px; } 
a.boxc:hover b.tr { background-position:right top; right:-1px; top:-1px; } 
a.boxc:hover b.bl { background-position:left bottom; bottom:-1px; left:-1px; } 
a.boxc:hover b.br { background-position:right bottom; bottom:-1px; right:-1px; } 
* html .boxc b.bl { bottom:-2px; } 
* html .boxc b.br { bottom:-2px; } 
* html .boxc b.cn { background-image:url(../images/pages/bg-feature-box-corner.gif); font-size:1px; line-height:1px; }
* html .box {zoom: 1;}