* {
  margin:0;
  padding:0;
  }
body{
  background:#000000;
}
div,p,li{
  font-size:12px
}
li{
  margin-left:16px;
}
h1{
  color:#0061CA;
  text-align:center;
  padding-bottom:10px;
}
h2{
  color:#999;
  font-size:16px;
  font-weight:normal
}
pre{
  background:#666;
  color:#fff;
  padding:10px;
  margin:10px;
  height:auto;
  overflow:auto;
  font:12px Verdana,Courier,sans-serif;
  }

* html pre {
  width:100%
  }

.description{
padding:16px;
margin:10px 0;
background:#eee;
}

.sample{
  padding:0;
  margin:0;
  }
h4.stitle{
  color:#666;
  margin:0 0 5px 0;
  }

.links {
  padding:10px;
  margin-top:20px;
  }
.links a{
  font-size:14px;
  color:#0080FF;
  text-decoration:none;
  }
.links a:hover{
  font-weight:bold;
  }

#cont{
  width:602px;
  height:426px;
  background:#000000;
  text-align:left;
  }

.buttons{
  width:600px;
  height:26px;
  margin: 5px 0 5px 0 ;
  }
.buttons span a{
  color:#0080FF;
  cursor:pointer;
  font:10px Verdana;
  text-indent:-9999px;
  }
.buttons span.active, .buttons span:hover{
  background:#0080FF;
  color:#fff;
  }
#prev1 a{
  width:26px;
  height:26px;
  float:left;
  margin-left:12px;
  background:url(img/previous.jpg) no-repeat;
}
  #prev1 a:hover{
    width:26px;
    height:26px;
    float:left;
    margin-left:12px;
    background:url(img/previous_hv.jpg) no-repeat;
  }
#play1 a{
  width:26px;
  height:26px;
  float:left;
  margin-left:226px;
  background:url(img/play.jpg) no-repeat;
}
  #play1 a:hover{
    width:26px;
    height:26px;
    float:left;
    margin-left:226px;
    background:url(img/play_hv.jpg) no-repeat;
  }
#stop1 a{
  width:26px;
  height:26px;
  float:left;
  margin-left:10px;
  background:url(img/stop.jpg) no-repeat;
}
  #stop1 a:hover{
    width:26px;
    height:26px;
    float:left;
    margin-left:10px;
    background:url(img/stop_hv.jpg) no-repeat;
  }
#next1 a{
  width:26px;
  height:26px;
  float:left;
  margin-right:10px;
  margin-left:236px;
  background:url(img/next.jpg) no-repeat;
}
  #next1 a:hover{
    width:26px;
    height:26px;
    float:left;
    margin-right:10px;
    background:url(img/next_hv.jpg) no-repeat;
  }
