a#play_tab{
  top: 30px;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(../images/labels/play.png);   
  _position: absolute;
  _background-image: url(../images/labels/play.png);   
}

a#create_tab{
  top: 30px;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(../images/labels/create.png);   
  _position: absolute;
  _background-image: url(../images/labels/create.png);   
}
a#play_tab:hover,  a#create_tab:hover{
	margin-left:-3px;
}

a#charts_tab {
  top: 150px;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(../images/labels/charts.png);   
  _position: absolute;
  _background-image: url(../images/labels/charts.png);   
}
a#charts_tab:hover{
	margin-left:-3px;
}


a#follow_tab {
  top: 150px;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(../images/labels/followtab.png);
  _position: absolute;
  _background-image: url(../images/labels/followtab.png);
}
a#follow_tab:hover {
    margin-left: -4px;
}


a#fdbk_tab {
  top: 30px;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(../images/labels/feedback_trans_tab.png);
  _position: absolute;
  _background-image: url(../images/labels/feedback_trans_tab.png);
}
a#fdbk_tab:hover {
    margin-left: -4px;
}

a.fdbk_tab_right, a.follow_tab_right {
  right: 0 !important;
  left: auto !important;
  margin-right: -7px !important;
  margin-left: auto !important;
}
a.fdbk_tab_right:hover, a.follow_tab_right:hover {
    margin-right: -4px !important;
    margin-left: auto !important;
}
a.fdbk_tab_bottom, a.follow_tab_bottom {
  top: auto !important;
  bottom: 0 !important;
  left: 20% !important;
  height: 38px !important;
  width: 102px !important;
  background-position: 0 -102px !important;
  margin-bottom: -7px !important;
  margin-left: auto !important;
}
a.fdbk_tab_bottom:hover, a.follow_tab_bottom:hover {
    margin-bottom: -4px !important;
    margin-left: auto !important;
}