.followme_l .followme{
background: url(<?=$filename?>) no-repeat scroll right top;
background-position:0px 0px;
position: fixed;
top: 150px;
width: 36px;
height: 280px;
top: <?=$tweetRooh_offsetFromTop;?>px;
width:  <?=$tweetRooh_buttonStyles[$activeButtonIndex]['width'];?>px;
height: <?=$tweetRooh_buttonStyles[$activeButtonIndex]['height'];?>px;
z-index: 5555;
cursor: pointer;
left: 0pt;
}
.followme_r .followme{
background: url(<?=$filename?>) no-repeat scroll left top;
background-position:0px 0px;
position: fixed;
top: 150px;
width: 36px;
height: 280px;
top: <?=$tweetRooh_offsetFromTop;?>px;
width:  <?=$tweetRooh_buttonStyles[$activeButtonIndex]['width'];?>px;
height: <?=$tweetRooh_buttonStyles[$activeButtonIndex]['height'];?>px;
z-index: 5555;
cursor: pointer;
right: 0pt;
}
.followus_l .followme{
background: url(<?=$filename?>) no-repeat scroll right top;
background-position:0px 0px;
position: fixed;
top: 150px;
width: 36px;
height: 280px;
top: <?=$tweetRooh_offsetFromTop;?>px;
width:  <?=$tweetRooh_buttonStyles[$activeButtonIndex]['width'];?>px;
height: <?=$tweetRooh_buttonStyles[$activeButtonIndex]['height'];?>px;
z-index: 5555;
cursor: pointer;
left: 0pt;
}
.followus_r .followme{
background: url(<?=$filename?>) no-repeat scroll left top;
background-position:0px 0px;
position: fixed;
top: 150px;
width: 36px;
height: 280px;
top: <?=$tweetRooh_offsetFromTop;?>px;
width:  <?=$tweetRooh_buttonStyles[$activeButtonIndex]['width'];?>px;
height: <?=$tweetRooh_buttonStyles[$activeButtonIndex]['height'];?>px;
z-index: 5555;
cursor: pointer;
right: 0pt;
}
.followme:hover {
background-position:-<?=$tweetRooh_buttonStyles[$activeButtonIndex]['width'];?>px 0px;	
}
.followus_l:hover {
background-position:-<?=$tweetRooh_buttonStyles[$activeButtonIndex]['width'];?>px 0px;	
}
.followus_r:hover {
background-position:-<?=$tweetRooh_buttonStyles[$activeButtonIndex]['width'];?>px 0px;	
}

