
div.wrapper {
	margin:0px;
	position:relative;
	float:left;
	vertical-align:top;
}
div.wrapper img{	
	float:left;
	border:0 none;
}
div.wrapper div{	
	position:absolute;
	left:0;
	height:18px;
	width:100%
}
div.wrapper div.tl{
	background:transparent url(/roundedimages/topleft.gif) top left no-repeat;
	top:0
}
div.wrapper div.tr{
	background:transparent url(/roundedimages/topright.gif) top right no-repeat;
	top:0;
	}

div.wrapper div.bl{
	background:transparent url(/roundedimages/bottomleft.gif) bottom left no-repeat;
	bottom:0
}
div.wrapper div.br{
	background:transparent url(/roundedimages/bottomright.gif) bottom right no-repeat;
	bottom:0;
}

 