.rating { 
    width:67px; 
    height:13px; 
    padding: 0;
    margin: 0;
    
    list-style:none; 
    clear:both; 
    position:relative; 
    background: transparent url(../images/icons/stars.png) no-repeat 0 0; 
    clear:none;
}

.rating li { 
    padding: 0; 
    margin: 0; 
    background: transparent!important; 
    border: none!important; 
    cursor: pointer; 
    float: left; 
    text-indent:-999em;
}

.nostar { 
    background-position:0 0 
}

.onestar { 
    background-position:0 -13px
}

.twostar { 
    background-position:0 -26px 
}

.threestar { 
    background-position:0 -39px
}

.fourstar { 
    background-position:0 -52px 
}

.fivestar { 
    background-position:0 -65px
}

/************** GOOGLE ******************/
.google-stars { 
	height: 11px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 2px;
	width: 60px;
	float: right;
}

.google-star {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../images/google-widget3.png");
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-size: auto;
	height: 11px;
	width: 11px;
	margin-right: 1px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	float:left;
}

.unstarred { 
	background-position: 0px -39px;
}
 
.half-starred { 
	background-position: -11px -39px;
}

.starred { 
	background-position: -22px -39px;
}
