body {
  font-family: Calibri;
  font-size: 14px;
  line-height: 18px;
  outline: 0;
  background: #000000;
}
 
.socialContainer {
  height: 360px;
  background: #000000;
}

.indexPoints {
  margin: 28px 0 0 0;
}

.indexPoint {
  display: block;
  width: 316px;
  height: 23px;
  margin: 0 auto;
}

#index1 {
  background: url("../img/1.gif") no-repeat;
} #index1:hover {
  background-position: 0 -23px;
}

#index2 {
  background: url("../img/2.gif") no-repeat;
} #index2:hover {
  background-position: 0 -23px;
}

#index3 {
  background: url("../img/3.gif") no-repeat;
} #index3:hover {
  background-position: 0 -23px;
}

#index4 {
  background: url("../img/4.gif") no-repeat;
} #index4:hover {
  background-position: 0 -23px;
}

#index5 {
  background: url("../img/5.gif") no-repeat;
} #index5:hover {
  background-position: 0 -23px;
}

#index6 {
  background: url("../img/6.gif") no-repeat;
} #index6:hover {
  background-position: 0 -23px;
}

#index7 {
  background: url("../img/7.gif") no-repeat;
} #index7:hover {
  background-position: 0 -23px;
}

button {
  cursor: pointer;
  outline: 0;
  width: 80px;
  height: 24px;
  color: #666666;
  font-family: Calibri;
  font-size: 14px;
  line-height: 18px;
  border: 0;
  background: #000000;
}
#streamSwitchers {background-color:#000000;color:#FFFFFF;}

#inquisitorFrame {
  width: 320px;
  height: 355px;
  border: 0px solid #444444;
}

.indexPoints li {
  margin: 4px 0;
}

#twitter {
  display: none;
}

#share {
  height:34px;
  position:relative;
  background:url('../img/share.jpg') no-repeat top left #000;
}

.addthis_toolbox.addthis_32x32_style span {
	position:relative;
	top:4px;
	left:200px;
}
.addthis_toolbox.addthis_default_style span {
	position:relative;
	top:4px;
	left:200px;
}

.selected {
  cursor: default;
  color: #FFFFFF;
  background: #666666;
}

.playerContainer {
  float: left;
  width: 640px;
}

#player {
  height: 360px;
}

.socialContainer {
  float: left;
  width: 320px;
}