/*  Second Example with big stars */
.rate-ex2-cnt{
	width:150px; height: 30px;
	position:relative;
}
.rate-ex2-cnt .rate-btn{
	width: 30px; height:30px;
	float: left;
	cursor: pointer;
	z-index:2;
	position:relative;
}
.rate-ex2-cnt .rate-btn:hover{
	background: url(../i/starrating.gif) 0px -30px no-repeat;
	z-index:2;
	position: relative;
}
.rate-ex2-cnt  .rate-btn-hover, .rate-ex2-cnt  .rate-btn-active{
	background: url(../i/starrating.gif) 0px -30px no-repeat;
	z-index:2;
	position: relative;
}
.rate-ex2-cnt  .rate-stars{
	width:150px; height: 30px;
	background: url(../i/starrating.gif) 0px 0px repeat-x;
	position: absolute;
}
.rate-ex2-cnt  .rate-bg{
	height: 30px;
	background: url(../i/starrating.gif) 0px -60px repeat-x;
	z-index:1;
	position: absolute;
}
/* End second Example with big stars */
.rate-result-cnt{
	width:150px; height: 30px;
	position: relative;
}
.rate-stars{
	width:150px; height: 30px;
	background: url(../i/starrating.gif) 0px 0px repeat-x;
	position: absolute;
}
.rate-bg{
	height: 30px;
	background: url(../i/starrating.gif) 0px -60px repeat-x;
	z-index:1;
	position: absolute;
}
/* rate result */
.rate-result-cnt2{
	width: 55px; height: 17px;
	position: relative;
}
.rate-stars2{
	width: 55px; height: 17px;
	background: url(../i/starrating2.gif) 0px -1px repeat-x;
	position: absolute;
}
.rate-bg2{
	height: 17px;
	background: url(../i/starrating2.gif) 0px -39px repeat-x;
	z-index:1;
	position: absolute;
}