/********************** Facebook/Twitter Follow ***************************/
#followTab {

  /* No bullets */
  list-style: none;

  /* Position and float the tab */  
  position: fixed;
  z-index: 3;
  right: 0;
  top: 250px;
  
  /* Give the tab width and padding */
  width: 60px;
  padding: 8px 5px;
  
  /* Add the curved white border */
  border: 3px solid #000;
  border-right: none;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  
  /* Add the drop shadow */
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  
  /* Add the semitransparent gradient background */
  background: rgba(255, 255, 255, 0.8);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  background: -webkit-gradient( linear, left top, left bottom, from( rgba(255, 255, 255, 0.6) ), to( rgba(255, 255, 255, 0.8) ) );
  background: linear-gradient(top, rgba(255, 255, 255, 0.8)), rgba(255, 255, 255, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorStr='#c0f33408', endColorStr='#c0ef5b0a', GradientType=0 );}

#followTab li {
  margin: 9px 0 0 0;
  line-height: 0;
}

#followTab li:first-child {
  margin-top: 0;
}

/* General style for buttons within the tab */

#followTab a {
  display: block;
  width: 60px;
  background-image: url("/assets/images/icons.gif");
}

#followTab a span {
  position: absolute;
  top: -999em;
}

/* "Facebook" button */

#followTab a.twitter {
  height: 55px;
  background-position: 0 +120px;
}

#followTab a.twitter:hover {
  background-position: -2px +57px;
}

/* "Twitter" button -Yes I know the terms are switched*/

#followTab a.facebook {
  height: 59px;
  background-position: 0 -10px;
}

#followTab a.facebook:hover {
  background-position: -2px -73px;
}

/********************** Jeopardy Icon ***************************/
#bigbuy {

position:absolute;
	top:0px;
	left:-240px;


  display: block;
    width: 228px;
  height: 210px; 
  background: url("/assets/images/jeopardy.gif") no-repeat 0 0;
	z-index: 2; 

}
#bigbuy img{border:0px;}
#bigbuy a{border:50px;float:right;}

#bigbuy:hover
{ 
  background-position: 0 -207px;
}

#bigbuy span
{
  position: absolute;
  top: -999em;
}

/********************** 50 Cups Icon ***************************/
#bigbuy2 {

position:absolute;
	top:0px;
	left:-240px;


  display: block;
    width: 228px;
  height: 340px; 
  background: url("/assets/images/50cups-small1.gif") no-repeat 0 0;
	z-index: 2; 

}
#bigbuy img{border:0px;}
#bigbuy a{border:50px;float:right;}

#bigbuy:hover
{ 
  background-position: 0 -207px;
}

#bigbuy span
{
  position: absolute;
  top: -999em;
}

