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

.r-star,
.r-star-shape .rc-content{
	background: #f5f5ea;
}

.r-star .rc-content, 
.r-star-shape .rc-content{
	padding: 15px 25px 10px 25px;
}

.button-content {
padding: 5px 15px 5px 15px;
}

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

.r-star .cn.tr, .r-star .cn.br,
.r-star-shape .cn.tr, .r-star-shape .cn.br {
	margin-left:100%;
}

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

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

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

/*  img  */

.r-star-img{
	position:relative;
	/*overflow:hidden;*/
	width: auto;
	height: auto;
}

.r-star-img .rc-img-content { z-index: 1;}

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

.r-star-img .cn.tr,
.r-star-img .cn.br {
	margin-left:100%;
}

.r-star-img .cn.bottom { top: 100%;}


.r-star-img .cn.bl,
.r-star-img .cn.br{ top: 0;
} 




