body {
	font-family: arial;
	}
	.img_class img {
	padding: 0 0 10px 0;
	margin: 0;
	}
	.img_class{
	border:1px solid #D5D0BF;
	padding:20px 15px 10px 15px;
	text-align: center;
	margin: 0 0 0 10px;
	display: inline-block;
	*float: left;
	width: 300px;
	}

	label {
	padding: 0 0 0 50px;
	width: 150px;
	line-height: 40px;
	float: left;
	}
	
	.rating_table {
	background-color: #000;
	color: #FFF;
	text-align: center;
	-moz-border-radius: 8px;
	}
	.rating_odd {
	background-color: #1c1c1c;
	}
	.rating_even {
	background-color: #222222;
	}
	.rating_table td {
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	padding: 0 15px 0 15px;
	}
	.rating_table th {
	padding: 5px 0 5px 0;
	}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
background: url(http://gingeraleauthority.com/stars.png) left -1000px repeat-x;
cursor: pointer;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active{
background-position: left bottom;
}
.star-rating a.star1{
width:20%;
z-index:6;
}
.star-rating a.star2{
width:40%;
z-index:5;
}
.star-rating a.star3{
width:60%;
z-index:4;
}
.star-rating a.star4{
width:80%;
z-index:3;
}
.star-rating a.star5{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}