﻿.star-rating-25,
.star-rating-25 a:hover,
.star-rating-25 a:active,
.star-rating-25 a:focus,
.star-rating-25 .current-rating{
	background: url('/images/ratings/ss-rating-star-25.gif') repeat-x left -1000px;
}
.star-rating-25{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating-25 li{
	display: inline;
}
.star-rating-25 a, 
.star-rating-25 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating-25 a:hover,
.star-rating-25 a:active,
.star-rating-25 a:focus{
	background-position: left bottom;
}
.star-rating-25 a.one-star{
	width:20%;
	z-index:6;
	cursor:pointer;
}
.star-rating-25 a.two-stars{
	width:40%;
	z-index:5;
	cursor:pointer;
}
.star-rating-25 a.three-stars{
	width:60%;
	z-index:4;
	cursor:pointer;
}
.star-rating-25 a.four-stars{
	width:80%;
	z-index:3;
	cursor:pointer;
}
.star-rating-25 a.five-stars{
	width:100%;
	z-index:2;
	cursor:pointer;
}
.star-rating-25 .current-rating{
	z-index:1;
	background-position: left center;
}	



.heart-rating-25,
.heart-rating-25 a:hover,
.heart-rating-25 a:active,
.heart-rating-25 a:focus,
.heart-rating-25 .current-rating{
	background: url('/images/ratings/ss-heart-ratings.gif') repeat-x left -1000px;
}
.heart-rating-25{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.heart-rating-25 li{
	display: inline;
}
.heart-rating-25 a, 
.heart-rating-25 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.heart-rating-25 a:hover,
.heart-rating-25 a:active,
.heart-rating-25 a:focus{
	background-position: left bottom;
}
.heart-rating-25 a.one-heart{
	width:20%;
	z-index:6;
	cursor:pointer;
}
.heart-rating-25 a.two-hearts{
	width:40%;
	z-index:5;
	cursor:pointer;
}
.heart-rating-25 a.three-hearts{
	width:60%;
	z-index:4;
	cursor:pointer;
}
.heart-rating-25 a.four-hearts{
	width:80%;
	z-index:3;
	cursor:pointer;
}
.heart-rating-25 a.five-hearts{
	width:100%;
	z-index:2;
	cursor:pointer;
}
.heart-rating-25 .current-rating{
	z-index:1;
	background-position: left center;
}	







/* for an inline rater */
.inline-rating{
	/*display:-moz-inline-block;
	display:-moz-inline-box; */
	display:inline-block;
	vertical-align: middle;
}



.star-rating-15,
.star-rating-15 a:hover,
.star-rating-15 a:active,
.star-rating-15 a:focus,
.star-rating-15 .current-rating{
	background: url('/images/ratings/ss-rating-star-15.gif') repeat-x left -1000px;
}
.star-rating-15{
	position:relative;
	width:75px;
	height:15px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating-15 li{
	display: inline;
}
.star-rating-15 a, 
.star-rating-15 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:15px;
	line-height:15px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating-15 a:hover,
.star-rating-15 a:active,
.star-rating-15 a:focus{
	background-position: left bottom;
}
.star-rating-15 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating-15 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating-15 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating-15 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating-15 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating-15 .current-rating{
	z-index:1;
	background-position: left center;
}	


/* SMALL TIGHT STARS */

.star-rating-15-tight,
.star-rating-15-tight a:hover,
.star-rating-15-tight a:active,
.star-rating-15-tight a:focus,
.star-rating-15-tight .current-rating{
	background: url('/images/ratings/ss-rating-stars-small-tight.gif') repeat-x left -1000px;
}
.star-rating-15-tight{
	position:relative;
	width:65px;
	height:13px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating-15-tight li{
	display: inline;
}
.star-rating-15-tight a, 
.star-rating-15-tight .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:13px;
	line-height:13px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating-15-tight a:hover,
.star-rating-15-tight a:active,
.star-rating-15-tight a:focus{
	background-position: left bottom;
}
.star-rating-15-tight a.one-star{
	width:20%;
	z-index:6;
}
.star-rating-15-tight a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating-15-tight a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating-15-tight a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating-15-tight a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating-15-tight .current-rating{
	z-index:1;
	background-position: left center;
}	


/* EXTRA SMALL TIGHT STARS */

.star-rating-11,
.star-rating-11 a:hover,
.star-rating-11 a:active,
.star-rating-11 a:focus,
.star-rating-11 .current-rating{
	background: url('/images/ratings/ss-rating-star-11.gif') repeat-x left -1000px;
}
.star-rating-11{
	position:relative;
	width:55px;
	height:11px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating-11 li{
	display: inline;
}
.star-rating-11 a, 
.star-rating-11 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:11px;
	line-height:11px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating-11 a:hover,
.star-rating-11 a:active,
.star-rating-11 a:focus{
	background-position: left bottom;
}
.star-rating-11 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating-11 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating-11 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating-11 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating-11 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating-11 .current-rating{
	z-index:1;
	background-position: left center;
}	



/* EXTRA SMALL TIGHT STARS Light */

.star-rating-11X,
.star-rating-11X a:hover,
.star-rating-11X a:active,
.star-rating-11X a:focus,
.star-rating-11X .current-rating{
	background: url('/images/ratings/ss-rating-star-11X.gif') repeat-x left -1000px;
}
.star-rating-11X{
	position:relative;
	width:55px;
	height:11px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating-11X li{
	display: inline;
}
.star-rating-11X a, 
.star-rating-11X .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:11px;
	line-height:11px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating-11X a:hover,
.star-rating-11X a:active,
.star-rating-11X a:focus{
	background-position: left bottom;
}
.star-rating-11X a.one-star{
	width:20%;
	z-index:6;
}
.star-rating-11X a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating-11X a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating-11X a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating-11X a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating-11X .current-rating{
	z-index:1;
	background-position: left center;
}






/* EXTRA SMALL TIGHT STARS */

.star-rating-13,
.star-rating-13 a:hover,
.star-rating-13 a:active,
.star-rating-13 a:focus,
.star-rating-13 .current-rating{
	background: url('/images/ratings/ss-rating-star-13.gif') repeat-x left -1000px;
}
.star-rating-13{
	position:relative;
	width:65px;
	height:13px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating-13 li{
	display: inline;
}
.star-rating-13 a, 
.star-rating-13 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:13px;
	line-height:13px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating-13 a:hover,
.star-rating-13 a:active,
.star-rating-13 a:focus{
	background-position: left bottom;
}
.star-rating-13 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating-13 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating-13 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating-13 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating-13 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating-13 .current-rating{
	z-index:1;
	background-position: left center;
}	



/* EXTRA SMALL TIGHT STARS Light */

.star-rating-13X,
.star-rating-13X a:hover,
.star-rating-13X a:active,
.star-rating-13X a:focus,
.star-rating-13X .current-rating{
	background: url('/images/ratings/ss-rating-star-13X.gif') repeat-x left -1000px;
}
.star-rating-13X{
	position:relative;
	width:65px;
	height:13px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating-13X li{
	display: inline;
}
.star-rating-13X a, 
.star-rating-13X .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:13px;
	line-height:13px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating-13X a:hover,
.star-rating-13X a:active,
.star-rating-13X a:focus{
	background-position: left bottom;
}
.star-rating-13X a.one-star{
	width:20%;
	z-index:6;
}
.star-rating-13X a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating-13X a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating-13X a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating-13X a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating-13X .current-rating{
	z-index:1;
	background-position: left center;
}		



.price-rating-25,
.price-rating-25 a:hover,
.price-rating-25 a:active,
.price-rating-25 a:focus,
.price-rating-25 .current-rating{
	background: url('/images/ratings/ss-rating-price-25.gif') repeat-x left -1000px;
}
.price-rating-25{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.price-rating-25 li{
	display: inline;
}
.price-rating-25 a, 
.price-rating-25 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.price-rating-25 a:hover,
.price-rating-25 a:active,
.price-rating-25 a:focus{
	background-position: left bottom;
}
.price-rating-25 a.one-star{
	width:20%;
	z-index:6;
	cursor:pointer;
}
.price-rating-25 a.two-stars{
	width:40%;
	z-index:5;
	cursor:pointer;
}
.price-rating-25 a.three-stars{
	width:60%;
	z-index:4;
	cursor:pointer;
}
.price-rating-25 a.four-stars{
	width:80%;
	z-index:3;
	cursor:pointer;
}
.price-rating-25 a.five-stars{
	width:100%;
	z-index:2;
	cursor:pointer;
}
.price-rating-25 .current-rating{
	z-index:1;
	background-position: left center;
}	




.price-rating-13,
.price-rating-13 a:hover,
.price-rating-13 a:active,
.price-rating-13 a:focus,
.price-rating-13 .current-rating{
	background: url('/images/ratings/ss-rating-price-13.gif') repeat-x left -1000px;
}
.price-rating-13{
	position:relative;
	width:65px;
	height:13px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.price-rating-13 li{
	display: inline;
}
.price-rating-13 a, 
.price-rating-13 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:13px;
	line-height:13px;
	outline:none;
	overflow:hidden;
	border: none;
}
.price-rating-13 a:hover,
.price-rating-13 a:active,
.price-rating-13 a:focus{
	background-position: left bottom;
}
.price-rating-13 a.one-star{
	width:20%;
	z-index:6;
}
.price-rating-13 a.two-stars{
	width:40%;
	z-index:5;
}
.price-rating-13 a.three-stars{
	width:60%;
	z-index:4;
}
.price-rating-13 a.four-stars{
	width:80%;
	z-index:3;
}
.price-rating-13 a.five-stars{
	width:100%;
	z-index:2;
}
.price-rating-13 .current-rating{
	z-index:1;
	background-position: left center;
}	



.price-rating-13X,
.price-rating-13X a:hover,
.price-rating-13X a:active,
.price-rating-13X a:focus,
.price-rating-13X .current-rating{
	background: url('/images/ratings/ss-rating-price-13X.gif') repeat-x left -1000px;
}
.price-rating-13X{
	position:relative;
	width:65px;
	height:13px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.price-rating-13X li{
	display: inline;
}
.price-rating-13X a, 
.price-rating-13X .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:13px;
	line-height:13px;
	outline:none;
	overflow:hidden;
	border: none;
}
.price-rating-13X a:hover,
.price-rating-13X a:active,
.price-rating-13X a:focus{
	background-position: left bottom;
}
.price-rating-13X a.one-star{
	width:20%;
	z-index:6;
}
.price-rating-13X a.two-stars{
	width:40%;
	z-index:5;
}
.price-rating-13X a.three-stars{
	width:60%;
	z-index:4;
}
.price-rating-13X a.four-stars{
	width:80%;
	z-index:3;
}
.price-rating-13X a.five-stars{
	width:100%;
	z-index:2;
}
.price-rating-13X .current-rating{
	z-index:1;
	background-position: left center;
}	



.price-rating-11,
.price-rating-11 a:hover,
.price-rating-11 a:active,
.price-rating-11 a:focus,
.price-rating-11 .current-rating{
	background: url('/images/ratings/ss-rating-price-11.gif') repeat-x left -1000px;
}
.price-rating-11{
	position:relative;
	width:55px;
	height:11px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.price-rating-11 li{
	display: inline;
}
.price-rating-11 a, 
.price-rating-11 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:11px;
	line-height:11px;
	outline:none;
	overflow:hidden;
	border: none;
}
.price-rating-11 a:hover,
.price-rating-11 a:active,
.price-rating-11 a:focus{
	background-position: left bottom;
}
.price-rating-11 a.one-star{
	width:20%;
	z-index:6;
}
.price-rating-11 a.two-stars{
	width:40%;
	z-index:5;
}
.price-rating-11 a.three-stars{
	width:60%;
	z-index:4;
}
.price-rating-11 a.four-stars{
	width:80%;
	z-index:3;
}
.price-rating-11 a.five-stars{
	width:100%;
	z-index:2;
}
.price-rating-11 .current-rating{
	z-index:1;
	background-position: left center;
}	


.parking-rating-25,
.parking-rating-25 a:hover,
.parking-rating-25 a:active,
.parking-rating-25 a:focus,
.parking-rating-25 .current-rating{
	background: url('/images/ratings/ss-rating-parking-25.gif') repeat-x left -1000px;
}
.parking-rating-25{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.parking-rating-25 li{
	display: inline;
}
.parking-rating-25 a, 
.parking-rating-25 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.parking-rating-25 a:hover,
.parking-rating-25 a:active,
.parking-rating-25 a:focus{
	background-position: left bottom;
}
.parking-rating-25 a.one-star{
	width:20%;
	z-index:6;
	cursor:pointer;
}
.parking-rating-25 a.two-stars{
	width:40%;
	z-index:5;
	cursor:pointer;
}
.parking-rating-25 a.three-stars{
	width:60%;
	z-index:4;
	cursor:pointer;
}
.parking-rating-25 a.four-stars{
	width:80%;
	z-index:3;
	cursor:pointer;
}
.parking-rating-25 a.five-stars{
	width:100%;
	z-index:2;
	cursor:pointer;
}
.parking-rating-25 .current-rating{
	z-index:1;
	background-position: left center;
}	


.parking-rating-13,
.parking-rating-13 a:hover,
.parking-rating-13 a:active,
.parking-rating-13 a:focus,
.parking-rating-13 .current-rating{
	background: url('/images/ratings/ss-rating-parking-13.gif') repeat-x left -1000px;
}
.parking-rating-13{
	position:relative;
	width:65px;
	height:13px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.parking-rating-13 li{
	display: inline;
}
.parking-rating-13 a, 
.parking-rating-13 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:13px;
	line-height:13px;
	outline:none;
	overflow:hidden;
	border: none;
}
.parking-rating-13 a:hover,
.parking-rating-13 a:active,
.parking-rating-13 a:focus{
	background-position: left bottom;
}
.parking-rating-13 a.one-star{
	width:20%;
	z-index:6;
	cursor:pointer;
}
.parking-rating-13 a.two-stars{
	width:40%;
	z-index:5;
	cursor:pointer;
}
.parking-rating-13 a.three-stars{
	width:60%;
	z-index:4;
	cursor:pointer;
}
.parking-rating-13 a.four-stars{
	width:80%;
	z-index:3;
	cursor:pointer;
}
.parking-rating-13 a.five-stars{
	width:100%;
	z-index:2;
	cursor:pointer;
}
.parking-rating-13 .current-rating{
	z-index:1;
	background-position: left center;
}	



.parking-rating-13X,
.parking-rating-13X a:hover,
.parking-rating-13X a:active,
.parking-rating-13X a:focus,
.parking-rating-13X .current-rating{
	background: url('/images/ratings/ss-rating-parking-13X.gif') repeat-x left -1000px;
}
.parking-rating-13X{
	position:relative;
	width:65px;
	height:13px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.parking-rating-13X li{
	display: inline;
}
.parking-rating-13X a, 
.parking-rating-13X .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:13px;
	line-height:13px;
	outline:none;
	overflow:hidden;
	border: none;
}
.parking-rating-13X a:hover,
.parking-rating-13X a:active,
.parking-rating-13X a:focus{
	background-position: left bottom;
}
.parking-rating-13X a.one-star{
	width:20%;
	z-index:6;
}
.parking-rating-13X a.two-stars{
	width:40%;
	z-index:5;
}
.parking-rating-13X a.three-stars{
	width:60%;
	z-index:4;
}
.parking-rating-13X a.four-stars{
	width:80%;
	z-index:3;
}
.parking-rating-13X a.five-stars{
	width:100%;
	z-index:2;
}
.parking-rating-13X .current-rating{
	z-index:1;
	background-position: left center;
}	




.parking-rating-11,
.parking-rating-11 a:hover,
.parking-rating-11 a:active,
.parking-rating-11 a:focus,
.parking-rating-11 .current-rating{
	background: url('/images/ratings/ss-rating-parking-11.gif') repeat-x left -1000px;
}
.parking-rating-11{
	position:relative;
	width:55px;
	height:11px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.parking-rating-11 li{
	display: inline;
}
.parking-rating-11 a, 
.parking-rating-11 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:11px;
	line-height:11px;
	outline:none;
	overflow:hidden;
	border: none;
}
.parking-rating-11 a:hover,
.parking-rating-11 a:active,
.parking-rating-11 a:focus{
	background-position: left bottom;
}
.parking-rating-11 a.one-star{
	width:20%;
	z-index:6;
}
.parking-rating-11 a.two-stars{
	width:40%;
	z-index:5;
}
.parking-rating-11 a.three-stars{
	width:60%;
	z-index:4;
}
.parking-rating-11 a.four-stars{
	width:80%;
	z-index:3;
}
.parking-rating-11 a.five-stars{
	width:100%;
	z-index:2;
}
.parking-rating-11 .current-rating{
	z-index:1;
	background-position: left center;
}	



.atmosphere-rating-25,
.atmosphere-rating-25 a:hover,
.atmosphere-rating-25 a:active,
.atmosphere-rating-25 a:focus,
.atmosphere-rating-25 .current-rating{
	background: url('/images/ratings/ss-rating-atmosphere-25.gif') repeat-x left -1000px;
}
.atmosphere-rating-25{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.atmosphere-rating-25 li{
	display: inline;
}
.atmosphere-rating-25 a, 
.atmosphere-rating-25 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.atmosphere-rating-25 a:hover,
.atmosphere-rating-25 a:active,
.atmosphere-rating-25 a:focus{
	background-position: left bottom;
}
.atmosphere-rating-25 a.one-star{
	width:20%;
	z-index:6;
	cursor:pointer;
}
.atmosphere-rating-25 a.two-stars{
	width:40%;
	z-index:5;
	cursor:pointer;
}
.atmosphere-rating-25 a.three-stars{
	width:60%;
	z-index:4;
	cursor:pointer;
}
.atmosphere-rating-25 a.four-stars{
	width:80%;
	z-index:3;
	cursor:pointer;
}
.atmosphere-rating-25 a.five-stars{
	width:100%;
	z-index:2;
	cursor:pointer;
}
.atmosphere-rating-25 .current-rating{
	z-index:1;
	background-position: left center;
}	


.atmosphere-rating-13,
.atmosphere-rating-13 a:hover,
.atmosphere-rating-13 a:active,
.atmosphere-rating-13 a:focus,
.atmosphere-rating-13 .current-rating{
	background: url('/images/ratings/ss-rating-atmosphere-13.gif') repeat-x left -1000px;
}
.atmosphere-rating-13{
	position:relative;
	width:65px;
	height:13px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.atmosphere-rating-13 li{
	display: inline;
}
.atmosphere-rating-13 a, 
.atmosphere-rating-13 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:13px;
	line-height:13px;
	outline:none;
	overflow:hidden;
	border: none;
}
.atmosphere-rating-13 a:hover,
.atmosphere-rating-13 a:active,
.atmosphere-rating-13 a:focus{
	background-position: left bottom;
}
.atmosphere-rating-13 a.one-star{
	width:20%;
	z-index:6;
}
.atmosphere-rating-13 a.two-stars{
	width:40%;
	z-index:5;
}
.atmosphere-rating-13 a.three-stars{
	width:60%;
	z-index:4;
}
.atmosphere-rating-13 a.four-stars{
	width:80%;
	z-index:3;
}
.atmosphere-rating-13 a.five-stars{
	width:100%;
	z-index:2;
}
.atmosphere-rating-13 .current-rating{
	z-index:1;
	background-position: left center;
}	



.atmosphere-rating-13X,
.atmosphere-rating-13X a:hover,
.atmosphere-rating-13X a:active,
.atmosphere-rating-13X a:focus,
.atmosphere-rating-13X .current-rating{
	background: url('/images/ratings/ss-rating-atmosphere-13X.gif') repeat-x left -1000px;
}
.atmosphere-rating-13X{
	position:relative;
	width:65px;
	height:13px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.atmosphere-rating-13X li{
	display: inline;
}
.atmosphere-rating-13X a, 
.atmosphere-rating-13X .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:13px;
	line-height:13px;
	outline:none;
	overflow:hidden;
	border: none;
}
.atmosphere-rating-13X a:hover,
.atmosphere-rating-13X a:active,
.atmosphere-rating-13X a:focus{
	background-position: left bottom;
}
.atmosphere-rating-13X a.one-star{
	width:20%;
	z-index:6;
}
.atmosphere-rating-13X a.two-stars{
	width:40%;
	z-index:5;
}
.atmosphere-rating-13X a.three-stars{
	width:60%;
	z-index:4;
}
.atmosphere-rating-13X a.four-stars{
	width:80%;
	z-index:3;
}
.atmosphere-rating-13X a.five-stars{
	width:100%;
	z-index:2;
}
.atmosphere-rating-13X .current-rating{
	z-index:1;
	background-position: left center;
}	




.atmosphere-rating-11,
.atmosphere-rating-11 a:hover,
.atmosphere-rating-11 a:active,
.atmosphere-rating-11 a:focus,
.atmosphere-rating-11 .current-rating{
	background: url('/images/ratings/ss-rating-atmosphere-11.gif') repeat-x left -1000px;
}
.atmosphere-rating-11{
	position:relative;
	width:55px;
	height:11px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.atmosphere-rating-11 li{
	display: inline;
}
.atmosphere-rating-11 a, 
.atmosphere-rating-11 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:11px;
	line-height:11px;
	outline:none;
	overflow:hidden;
	border: none;
}
.atmosphere-rating-11 a:hover,
.atmosphere-rating-11 a:active,
.atmosphere-rating-11 a:focus{
	background-position: left bottom;
}
.atmosphere-rating-11 a.one-star{
	width:20%;
	z-index:6;
}
.atmosphere-rating-11 a.two-stars{
	width:40%;
	z-index:5;
}
.atmosphere-rating-11 a.three-stars{
	width:60%;
	z-index:4;
}
.atmosphere-rating-11 a.four-stars{
	width:80%;
	z-index:3;
}
.atmosphere-rating-11 a.five-stars{
	width:100%;
	z-index:2;
}
.atmosphere-rating-11 .current-rating{
	z-index:1;
	background-position: left center;
}	

