.star {
    background-image: url(stars.png);
    background-repeat: no-repeat;
    display: block;
    
}

.enlang
{
	float: left;
}
.arlang
{
	float: right;
}

.ratingbox
{
	display: block;
	clear: both;
}

.rated{
	
	/*background-image: url(../stars/1-enable.png);
	background-repeat: no-repeat;*/
	text-align: center;
	background-position: -5px -73px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.unrated{
	
	/*background-image: url(../stars/1-disable.png);
	background-repeat: no-repeat;*/
	background-position: -109px -39px;
	text-align: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.halfstar
{
	
	text-align: center;
	/*background-image: url(../stars/1halfen.png);
	background-repeat: no-repeat;*/
	background-position: -73px -73px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	
}
.halfstarar
{
	
	/*background-image: url(../stars/1halfen.png);
	background-repeat: no-repeat;*/
	text-align: center;
	background-position: -39px -73px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	
}





.star-1-disable {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
	cursor: pointer;
}

.star-1-enable {
    width: 24px;
    height: 24px;
    background-position: -39px -5px;
	cursor: pointer;
}

.star-1-halfar {
    width: 24px;
    height: 24px;
    background-position: -73px -5px;
	cursor: pointer;
}

.star-1-halfen {
    width: 24px;
    height: 24px;
    background-position: -107px -5px;
    cursor: pointer;
}

.star-2-disable {
    width: 16px;
    height: 16px;
    background-position: -5px -39px;
    cursor: pointer;
}

.star-2-enable {
    width: 16px;
    height: 16px;
    background-position: -31px -39px;
    cursor: pointer;
}

.star-2-halfar {
    width: 16px;
    height: 16px;
    background-position: -57px -39px;
    cursor: pointer;
}

.star-2-halfen {
    width: 16px;
    height: 16px;
    background-position: -83px -39px;
	cursor: pointer;
	}

.star-3-disable {
    width: 24px;
    height: 24px;
    background-position: -109px -39px;
	cursor: pointer;
	}

.star-3-enable {
    width: 24px;
    height: 24px;
    background-position: -5px -73px;
	cursor: pointer;
	}

.star-3-halfar {
    width: 24px;
    height: 24px;
    background-position: -39px -73px;
	cursor: pointer;
	}

.star-3-halfen {
    width: 24px;
    height: 24px;
    background-position: -73px -73px;
	cursor: pointer;
	}

.star-4-disable {
    width: 16px;
    height: 18px;
    background-position: -107px -73px;
}

.star-4-enable {
    width: 16px;
    height: 18px;
    background-position: -107px -101px;
	cursor: pointer;
}

.star-4-halfar {
    width: 16px;
    height: 18px;
    background-position: -141px -5px;
	cursor: pointer;
}

.star-4-halfen {
    width: 16px;
    height: 18px;
    background-position: -143px -33px;
	cursor: pointer;
}

.star-halfstar_ar {
    width: 24px;
    height: 24px;
    background-position: -133px -73px;
	cursor: pointer;
}

.star-halfstar_en {
    width: 24px;
    height: 24px;
    background-position: -5px -107px;
	cursor: pointer;
}

.star-ratedstar {
    width: 24px;
    height: 24px;
    background-position: -39px -107px;
	cursor: pointer;
}

.star-unratedstar {
    width: 24px;
    height: 24px;
    background-position: -73px -107px;

	cursor: pointer;
}


