.hover_rating {
	background: url('../images/star.png'); 
	z-index: 1;
	cursor:pointer;
}



.clearleft {
	clear: left;
}



.floatleft {
	float: left;
	width:150px;
	//width:170px;
}

.highlight {
	font-family: Arial, sans-serif;
	font-size: 14px;
	position: relative;
	bottom: 9px;
	color: #93784b;
	font-weight: bold;
}

.star_rating {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #93784b;
	float: left;
	width: 100px;
	position: relative;
	top: 10px;
}

img {
	border: 0;
}

#slider1 li img{cursor:pointer;}
#slider1 li img:hover{opacity:0.7; filter:alpha(opacity=40); /* For IE8 and earlier */}