.img-border-block	{
	position: relative;
	background: #FFF;
	padding: 0px;
	width:98%;
	height:240px;
	}
.img-border-tl, .img-border-tr, .img-border-br, .img-border-bl	{
	width: 11px;
	height: 11px;
	position: absolute;
	z-index:10;
	}
.img-border-tl	{
	background: url('tl-corne.gif') top left no-repeat;
	top: 0px;
	left: 0px;
	}
.img-border-tr	{
	background: url('tr-corne.gif') top left no-repeat;
	top: 0px;
	right: 0px;
	}
.img-border-br	{
	background: url('br-corne.gif') top left no-repeat;
	bottom: 0px;
	right: 0px;
	}
.img-border-bl	{
	background: url('bl-corne.gif') top left no-repeat;
	bottom: 0px;
	left: 0px;
	}

/* IE */
*html .img-border-br, *html .img-border-bl	{
	bottom: -5px;
	}
