.r-star-shape{
	position:relative;
	overflow:hidden;
	padding:0 0 10px 0;
	float:left;
}

.r-star-shape .content{
	padding:0 0 0 10px;
}

.r-star-shape .cn{
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
	background:url(/images/rounded/r-star.png);
}

.r-star-shape .cn.br {
	left:100%;
	margin-left:-10px;
	//margin-left:-9px;
}

.r-star-shape .cn.bl, .r-star-shape .cn.br {
	top:auto;
}



.r-star-shape .cn{
	background:url(/images/rounded/r-star2.png);
}

.r-star-shape .cn.bl {
	width:100%;
} 
