#content div.box-c div.iCwrapper {
	margin: 4px 0 8px 0;
	padding: 0;
	position: relative;
	float: left;
	vertical-align: top;
	overflow: hidden;
}
#content div.box-c div.iCwrapper img {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}
*html #content div.box-c div.iCwrapper img {
	padding-bottom: 1px;
}
#content div.box-c div.iCwrapper div.iCtl, #content div.box-c div.iCwrapper div.iCtr, #content div.box-c div.iCwrapper div.iCbl, #content div.box-c div.iCwrapper div.iCbr {
	position: absolute;
	left: 0;
	height: 7px;
	width: 100%;
}
#content div.box-c div.iCwrapper div.iCtl {
	background: transparent url(/js/jquery/imgcorner/tl.gif) top left no-repeat;
	top: 0;
}
#content div.box-c div.iCwrapper div.iCtr {
	background: transparent url(/js/jquery/imgcorner/tr.gif) top right no-repeat;
	top: 0;
}
#content div.box-c div.iCwrapper div.iCbl {
	background: transparent url(/js/jquery/imgcorner/bl.gif) bottom left no-repeat;
	bottom: 0;
}
#content div.box-c div.iCwrapper div.iCbr {
	background: transparent url(/js/jquery/imgcorner/br.gif) bottom right no-repeat;
	bottom: 0;
}

