.rating {
  width: 80px;
  height: 16px;
  margin: 5px 0 5px 0;
  padding: 0;
  list-style: none;
  clear: both;
  position: relative;
  background: url(../images/star-matrix.gif) no-repeat 0 0; }

/* line 89, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li {
  cursor: pointer;
  float: left;
  text-indent: -999em; }

/* line 90, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  text-decoration: none;
  z-index: 200; }

/* line 91, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li.one a {
  left: 0; }

/* line 92, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li.two a {
  left: 16px; }

/* line 93, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li.three a {
  left: 32px; }

/* line 94, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li.four a {
  left: 48px; }

/* line 95, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li.five a {
  left: 64px; }

/* line 96, ../bootstrap/zeeways/_detail-page.scss */
.nostar {
  background-position: 0 0; }

/* line 97, ../bootstrap/zeeways/_detail-page.scss */
.onestar {
  background-position: 0 -16px; }

/* line 98, ../bootstrap/zeeways/_detail-page.scss */
.twostar {
  background-position: 0 -32px; }

/* line 99, ../bootstrap/zeeways/_detail-page.scss */
.threestar {
  background-position: 0 -48px; }

/* line 100, ../bootstrap/zeeways/_detail-page.scss */
.fourstar {
  background-position: 0 -64px; }

/* line 101, ../bootstrap/zeeways/_detail-page.scss */
.fivestar {
  background-position: 0 -80px; }

/* line 102, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li a:hover {
  z-index: 2;
  width: 80px;
  height: 16px;
  overflow: hidden;
  left: 0;
  background: url(../images/star-matrix.gif) no-repeat 0 0; }

/* line 103, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li.one a:hover {
  background-position: 0 -96px; }

/* line 104, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li.two a:hover {
  background-position: 0 -112px; }

/* line 105, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li.three a:hover {
  background-position: 0 -128px; }

/* line 106, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li.four a:hover {
  background-position: 0 -144px; }

/* line 107, ../bootstrap/zeeways/_detail-page.scss */
ul.rating li.five a:hover {
  background-position: 0 -160px; }