#videovoting{
position:relative;
width:100%;
}

#titlevotes{
position:absolute;
left:120px;
top:5px;
}

#countvotes{
position:absolute;
top:30px;
}

.videovoting {
	list-style:none;
	position:absolute;
	left:0px;
	margin:0px;
	padding:0px;
	width:104px;
	height:22px;
	overflow:hidden;
	background:#CCC url(/themes/web2/images/stars.png) 0 -22px no-repeat;
}
	.videovoting LI {
		float:left;
		}
	.videovoting A {
		position:absolute;
		top:0;
		left:0;
		display:block;
		height:22px;
		text-indent:-9999px;
		}
	.videovoting A.cur,
	.videovoting A:hover,
	.videovoting:hover A.cur:hover,
	.videovoting.phover A.cur:hover,
	.videovoting:hover A:hover,
	.videovoting.phover A:hover {
		background:#FC0 url(/themes/web2/images/stars.png) no-repeat;
		cursor:pointer;
		}
	.videovoting:hover A.cur,
	.videovoting.phover A.cur {
		background:none;
		}
	.videovoting .one A {
		width:15px;
		z-index:5;
		}
	.videovoting .two A {
		width:34px;
		z-index:4;
		}
	.videovoting .three A {
		width:56px;
		z-index:3;
		}
	.videovoting .four A {
		width:80px;
		z-index:2;
		}
	.videovoting .five A {
		width:104px;
		z-index:1;
		}
