.rounded_wrapper {
	position: relative;
}
 
.rounded_wrapper img {
	border-width: 0;
	border-style: none;
}
 
.rounded_wrapper div {
	height: 7px;
	position: absolute;
	width: 100%;
}
 
.rounded_wrapper .tl {
	top: 0;
	left: 0;
	background: url(/media/tl.gif) no-repeat left top;
}
 
.rounded_wrapper .tr {
	top: 0;
	right: 0;
	background: url(/media/tr.gif) no-repeat right top;	
}
 
.rounded_wrapper .br {
	bottom: 0;
	right: 0;
	background: url(/media/br.gif) no-repeat right bottom;	
}
 
.rounded_wrapper .bl {
	bottom: 0;
	left: 0;
	background: url(/media/bl.gif) no-repeat left bottom;
}

.product .rounded_wrapper .tl {
	background: url(/media/tl_product.gif) no-repeat left top;
}
.product .rounded_wrapper .tr {
	background: url(/media/tr_product.gif) no-repeat right top;	
}
.product .rounded_wrapper .br {
	background: url(/media/br_product.gif) no-repeat right bottom;	
}
.product .rounded_wrapper .bl {
	background: url(/media/bl_product.gif) no-repeat left bottom;
}

