﻿div.FBFaceRanker
{
    /* width: 70px; */
    position: relative;
    height: 12px;
    border: 0px;
    display: inline;
    /*padding: 0px 0px 0px 0px; */
    float: left; 
    width:160px; 
    clear:none;
    
}

div.FBFaceRanker a
{
    display: inline;
    position: absolute;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    text-decoration: none;
}

div.FBFaceRanker a.fs1
{
    height:12px;
    background: url("../rankerImages/fb/1_new.gif") no-repeat 0px -24px;
    left: 0px;
}
div.FBFaceRanker a.fs2
{
    background: url("../rankerImages/fb/2_new.gif") no-repeat 0px -24px;
    left: 12px;
}
div.FBFaceRanker a.fs3
{
    background: url("../rankerImages/fb/3_new.gif") no-repeat 0px -24px;
    left: 24px;
}
div.FBFaceRanker a.fs4
{
    background: url("../rankerImages/fb/4_new.gif") no-repeat 0px -24px;
    left: 36px;
}
div.FBFaceRanker a.fs5
{
    background: url("../rankerImages/fb/5_new.gif") no-repeat 0px -24px;
    left: 48px;
}
div.FBFaceRanker a.fs6
{
    background: url("../rankerImages/fb/6_new.gif") no-repeat 0px -24px;
    left: 60px;
}
div.FBFaceRanker a.fs7
{
    background: url("../rankerImages/fb/7_new.gif") no-repeat 0px -24px;
    left: 72px;
}

div.FBFaceRanker a.fs1_sel
{
    background: url("../rankerImages/fb/1_new.gif") no-repeat 0px 0px;
    left: 0px;
}
div.FBFaceRanker a.fs2_sel
{
    background: url("../rankerImages/fb/2_new.gif") no-repeat 0px 0px;
    left: 12px;
}
div.FBFaceRanker a.fs3_sel
{
    background: url("../rankerImages/fb/3_new.gif") no-repeat 0px 0px;
    left: 24px;
}
div.FBFaceRanker a.fs4_sel
{
    background: url("../rankerImages/fb/4_new.gif") no-repeat 0px 0px;
    left: 36px;
}
div.FBFaceRanker a.fs5_sel
{
    background: url("../rankerImages/fb/5_new.gif") no-repeat 0px 0px;
    left: 48px;
}
div.FBFaceRanker a.fs6_sel
{
    background: url("../rankerImages/fb/6_new.gif") no-repeat 0px 0px;
    left: 60px;
}
div.FBFaceRanker a.fs7_sel
{
    background: url("../rankerImages/fb/7_new.gif") no-repeat 0px 0px;
    left: 72px;
}

div.FBFaceRanker a.fs1:hover
{
   
    background: url("../rankerImages/fb/1_new.gif") no-repeat 0px -12px;
    left: 0px;
}
div.FBFaceRanker a.fs2:hover
{
    background: url("../rankerImages/fb/2_new.gif") no-repeat 0px -12px;
    left: 12px;
}
div.FBFaceRanker a.fs3:hover
{
    background: url("../rankerImages/fb/3_new.gif") no-repeat 0px -12px;
    left: 24px;
}
div.FBFaceRanker a.fs4:hover
{
    background: url("../rankerImages/fb/4_new.gif") no-repeat 0px -12px;
    left: 36px;
}
div.FBFaceRanker a.fs5:hover
{
    background: url("../rankerImages/fb/5_new.gif") no-repeat 0px -12px;
    left: 48px;
}
div.FBFaceRanker a.fs6:hover
{
    background: url("../rankerImages/fb/6_new.gif") no-repeat 0px -12px;
    left: 60px;
}
div.FBFaceRanker a.fs7:hover
{
    background: url("../rankerImages/fb/7_new.gif") no-repeat 0px -12px;
    left: 72px;
}

.tdRaterFb
{	
	padding:0px;
	margin:0px;
	width:45px;
	float:left; 
	clear:none; 
	display:inline;
	margin-left:3px;
}

.tdRankerFacesFb
{ 
	width:84px; 
	height:12px;
	float:left; 
	clear:both; 
	display:inline;	
}

