.followme_l .followme{
background: url(http://roohit.com/images/btns/v/<?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['img'];?>.png) no-repeat scroll right top;
position: fixed;
top: 150px;
width: 36px;
height: 280px;
top: <?=$tweetRooh_offsetFromTop;?>px;
width:  <?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['width'];?>px;
height: <?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['height'];?>px;
z-index: 5555;
cursor: pointer;
left: 0pt;
}
.followme_r .followme{
background: url(http://roohit.com/images/btns/v/<?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['img'];?>.png) no-repeat scroll left top;
position: fixed;
top: 150px;
width: 36px;
height: 280px;
top: <?=$tweetRooh_offsetFromTop;?>px;
width:  <?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['width'];?>px;
height: <?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['height'];?>px;
z-index: 5555;
cursor: pointer;
right: 0pt;
}
.followus_l .followme{
background: url(http://roohit.com/images/btns/v/<?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['img'];?>.png) no-repeat scroll right top;
position: fixed;
top: 150px;
width: 36px;
height: 280px;
top: <?=$tweetRooh_offsetFromTop;?>px;
width:  <?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['width'];?>px;
height: <?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['height'];?>px;
z-index: 5555;
cursor: pointer;
left: 0pt;
}
.followus_r .followme{
background: url(http://roohit.com/images/btns/v/<?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['img'];?>.png) no-repeat scroll left top;
position: fixed;
top: 150px;
width: 36px;
height: 280px;
top: <?=$tweetRooh_offsetFromTop;?>px;
width:  <?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['width'];?>px;
height: <?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['height'];?>px;
z-index: 5555;
cursor: pointer;
right: 0pt;
}
.followme:hover {
background: url(http://roohit.com/images/btns/v/<?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['img'];?>_hover.png) no-repeat scroll left top;
}
.followus_l:hover {
background: url(http://roohit.com/images/btns/v/<?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['img'];?>_hover.png) no-repeat scroll left top;
}
.followus_r:hover {
background: url(http://roohit.com/images/btns/v/<?=$tweetRooh_buttonStyles[$tweetRooh_buttonLook]['img'];?>_hover.png) no-repeat scroll left top;
}

