
div.i-box * {
		
	}
	div.i-box .nw {
	width:<?=$nw?>px;float:left;height:<?=$n?>px;background-image:url('images/<?=$art?>-<?=$color?>-nw.png');
	}
	div.i-box .n {
	width:<?=$newWidth?>px;float:left;height:<?=$n?>px;background-image:url('images/<?=$art?>-<?=$color?>-n.png');
	}
	div.i-box .ne {
width:<?=$ne?>px;float:left;height:<?=$n?>px;background-image:url('images/<?=$art?>-<?=$color?>-ne.png');
	}
	div.i-box .e {
	clear:both;width:<?=$width?>px; background:url('images/<?=$art?>-<?=$color?>-e.png') repeat-y right;
	}
	div.i-box .w {
	width:<?=$width?>px;background:url('images/<?=$art?>-<?=$color?>-w.png') repeat-y;
	}
	div.i-box .sw {
width:<?=$sw?>px;float:left;height:<?=$s?>px;background-image:url('images/<?=$art?>-<?=$color?>-sw.png');
	}
	div.i-box .s {
	width:<?=$newWidth?>px;float:left;height:<?=$s?>px;background-image:url('images/<?=$art?>-<?=$color?>-s.png');
	}
	div.i-box .se {
	width:<?=$se?>px;float:left;height:<?=$s?>px;background-image:url('images/<?=$art?>-<?=$color?>-se.png')
	}