.reviews_unit {
	position: relative;
	width: 100px;
	height: 20px;
	margin: 5px;
	background: url('../../images/reviews.gif') right top repeat-x;
}

.reviews_unit div {
  float: left;
  margin: 0px;
  padding: 0px;
}

.reviews_unit div a {
  display: block;
  height: 20px;
  position: absolute;
  text-decoration: none;
  width: 20px;
  z-index: 12;
}

.reviews_unit div a:hover {
  background:url('../../images/reviews.gif') left center;
  left: 0px;
  z-index: 2;
}

.reviews_unit a.r1_unit { left: 0px; }
.reviews_unit a.r1_unit:hover { width: 20px; }

.reviews_unit a.r2_unit { left: 20px; }
.reviews_unit a.r2_unit:hover { width: 40px; }

.reviews_unit a.r3_unit { left: 40px; }
.reviews_unit a.r3_unit:hover { width: 60px; }

.reviews_unit a.r4_unit { left: 60px; }
.reviews_unit a.r4_unit:hover { width: 80px; }

.reviews_unit a.r5_unit { left: 80px; }
.reviews_unit a.r5_unit:hover { width: 100px; }

.reviews_unit a.r6_unit { left: 100px; }
.reviews_unit a.r6_unit:hover { width: 120px; }

.reviews_unit a.r7_unit { left: 120px; }
.reviews_unit a.r7_unit:hover { width: 140px; }

.reviews_unit a.r8_unit { left: 140px; }
.reviews_unit a.r8_unit:hover { width: 160px; }

.reviews_unit a.r9_unit { left: 160px; }
.reviews_unit a.r9_unit:hover { width: 180px; }

.reviews_unit a.r10_unit { left: 180px; }
.reviews_unit a.r10_unit:hover { width: 200px; }

.reviews_unit div.select_reviews {
  background:url('../../images/reviews.gif') left bottom;
  display: block;
  height: 20px;
  width: 0px;
  z-index: 11;
}

.reviews_txt {
	margin: 0px 0px 10px 0px;
	width:100%;
	/*width:620px;*/
	height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.reviews_0{
	margin: 5px 0px 0px 0px;
	padding: 5px;
	width:98%;
	/*width: 590px;*/
	background-color: #dddddd;
}

.reviews_1{
	margin: 5px 0px 0px 0px;
	padding: 5px;
	width:98%;
	/*width: 590px;*/
	background-color: #ffffff;
}

