.boxnews-category {
	position:relative;
}
	.boxnews-category .item-image img{
		width:80%
}
.boxnews .other-items .newsitem {
    border-top: 1px solid #E6E6E6;
    padding: 15px 0;
}	
.boxnews-category  .other-items .item-image{
	float:left;
	margin-right:15px	
}

/* rating */
.newsitem .item-rating{
	
}
.newsitem .itemRatingList {
  background-position: left top !important;
  float: left;
  height: 25px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 125px;
}
.newsitem .itemRatingList li {
  border: 0;
}
.newsitem ul.itemRatingList li.itemCurrentRating {
  background-position: 0 center !important;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.newsitem .itemRatingList a,
.newsitem .itemRatingList .itemCurrentRating {
  border: none;
  cursor: pointer;
  height: 25px;
  left: 0;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 0;
}
.newsitem .itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.newsitem .itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.newsitem .itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.newsitem .itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.newsitem .itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.newsitem .itemRatingList a:hover {
  background-position: left bottom !important;
}
.newsitem .itemRatingList li {
  background: none;
  display: inline;
  padding: 0;
}
.newsitem .itemRatingList .itemCurrentRating {
  background-image: url('images/transparent_star.gif') !important;
}
.newsitem .itemRatingLog {
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
}
