body {
  background-color: #fff;
  font-size: 12px;
  font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px 20px;
  margin:0px;
}

#content { 	
  position:absolute;
  height:400px; 
  width:100%;
  margin:-200px 0px 0px -50%;
  top: 50%;
  left: 50%;
  text-align: left;
  padding: 0px;
  background-image: url(img/bg.jpg);
  overflow: hidden;
}

#container { 	
  height:400px; 
  width:800px;
}

#contentplayer {
  padding:0px;
  margin-left:550px;

}

#menu {
  position: absolute;
  list-style: none;
  width: 200px;
  left: 300px;
  padding:0px;
  margin:0px
}

#menu ul{
  font-size:14px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display:block;
  text-align: right;
  text-decoration: none;
  text-transform:uppercase;
  color:#b2b2b2;
}

#menu p{
  font-size:8px;
}

h1 {
 font-size:16px;
 padding-top:50%;
 text-align: right;
 text-transform:uppercase;
 color:#808080;
}

a {
 color: #b2b2b2;
 background-color:transparent;
 text-decoration: none;
}

a:hover {
 color: #ff0000;
 background-color:transparent;
 text-decoration: none;
}

a:visited {
 color: #b2b2b2;
 background-color:transparent;
 text-decoration: none;
}

a:active {
 color: #b2b2b2;
 background-color:transparent;
 text-decoration: none;
}

/*preload classes*/
.svw {
  width: 50px;
  height: 20px;
  background: #fff;
}

.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
  position: relative;
  overflow: hidden;
  border: 0px solid #FFD227; /* #ff0000; */
  margin: 0 0 1px 0;
}

.stripViewer ul { /* this is your UL of images */
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 1%;
  list-style-type: none;
}
.stripViewer ul li {
  float:left;
}

.stripTransmitter {
  overflow: auto;
  width: 1%;
}

.stripTransmitter ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}

.stripTransmitter ul li{
  width: 20px;
  float:left;
  margin: 0 1px 1px 0;
}

.stripTransmitter a{
  font: bold 10px Arial;
  text-align: center;
  line-height: 22px;
  background: #848484;
  color: #000;
  text-decoration: none;
  display: block;
}

.stripTransmitter a:hover, a.current{
  background: #fff;
  color: #ff0000;
}

/*tooltips formatting*/
#tooltip {
  background: #fff;
  color: #000;
  opacity: 0.85;
  border: 5px solid #8d8dfd;
}

#tooltip h3 {
  font: normal 10px Verdana;
  margin: 3px;
  padding: 6px 2px;
  border: 0;
}






