.VoitingInfo {
	width:92%;
	overflow:hidden;
	margin:20px 4% 5px 4%;
}
.VoitingInfo strong {
	font-size:22px;
	font-weight:100;
	display:block;
	color:rgba(0,0,0,0.9);
	text-shadow:1px 1px 0px rgba(255,255,255,0.3);
	padding-bottom:14px;
}
.voting {
	position:relative;
	margin:0 0 1em;
	width:400px;
	height:34px;
	overflow:hidden;
	background:transparent url(/public/images/stars.png) 0 -70px no-repeat;
}
.voting li {
	float:left;
}
.voting a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:35px;
	outline:none;
	cursor:pointer;
}
.voting a.cur, .voting a:hover, .voting:hover a.cur:hover, .voting.phover a.cur:hover, .voting:hover a:hover, .voting.phover a:hover {
	background:transparent url(/public/images/stars.png) 0 -35px no-repeat;
}
.voting:hover a.cur, .voting:hover a.cur span, .voting.hover a.cur {
	background:none;
}
.voting a span {
	height:34px;
	display:block;
	text-indent:-9999px;
}
.voting a.cur span {
	background: url(/public/images/stars.png) 0 0px no-repeat;
}
.voting a.cur:hover span {
	background: url(/public/images/stars.png) 0 0px no-repeat;
}
.voting a span:hover {
	background: url(/public/images/stars.png) 0 0px no-repeat;
}

.voting .one a {
	width:40px;
	z-index:10;
}
.voting .two a {
	width:80px;
	z-index:9;
}
.voting .three a {
	width:120px;
	z-index:8;
}
.voting .four a {
	width:160px;
	z-index:7;
}
.voting .five a {
	width:200px;
	z-index:6;
}
.voting .six a {
	width:240px;
	z-index:5;
}
.voting .seven a {
	width:280px;
	z-index:4;
}
.voting .eight a {
	width:320px;
	z-index:3;
}
.voting .nine a {
	width:360px;
	z-index:2;
}
.voting .ten a {
	width:400px;
	z-index:1;
}

.voting .one a span:hover {
	background-position:-400px 0;	
}
.voting .one a.cur span {
	background-position:-400px 0;	
}
.voting .two a:hover span {
	background-position:-360px 0;
}
.voting .two a.cur span {
	background-position:-360px 0;	
}
.voting .three a span:hover {
	background-position:-320px 0;
}
.voting .three a.cur span {
	background-position:-320px 0;	
}
.voting .four a span:hover {
	background-position:-280px 0;	
}
.voting .four a.cur span {
	background-position:-280px 0;	
}
.voting .five a span:hover {
	background-position:-240px 0;	
}
.voting .five a.cur span {
	background-position:-240px 0;	
}
.voting .six a span:hover {
	background-position:-200px 0;	
}
.voting .six a.cur span {
	background-position:-200px 0;	
}
.voting .seven a span:hover {
	background-position:-160px 0;	
}
.voting .seven a.cur span {
	background-position:-160px 0;	
}
.voting .eight a span:hover {
	background-position:-120px 0;	
}
.voting .eight a.cur span {
	background-position:-120px 0;	
}
.voting .nine a span:hover {
	background-position:-80px 0;	
}
.voting .nine a.cur span {
	background-position:-80px 0;	
}
.voting .ten a span:hover {
	background-position:-40px 0;	
}
.voting .ten a.cur span {
	background-position:-40px 0;	
}