.jQQT_movie_container {
 height:500px;
}

.jQQT_install {
 color: red;
 border: 1px solid #c0c0c0;
 width: 200px;
 margin: 0 auto;
}

.jQQT_controller {
 position: relative;
 margin-top: 6px;
}

.jQQT_button {
 position: absolute;
 top: 0;
 left: 8px;
 width: 10px;
 height: 10px;
 cursor: pointer;
}

.jQQT_play {
 background: url(../images/controls.png) no-repeat 0 0px;
}

.jQQT_pause {
 background: url(../images/controls.png) no-repeat 0 -11px;
}

.jQQT_playbar {
position: absolute;
left: 21px;
height: 9px;
top: 1px;
}

.jQQT_track_bg {
height: 5px;
width: 619px;
position: absolute;
border: 1px solid #b0afc1;
margin-left: -2px;
margin-right: -2px;
}

.jQQT_track_loaded {
top:2px;
height: 3px;
width: 1px;
background: #b0afc1;
position: absolute;

}

.jQQT_play_head {
cursor: pointer;
width: 1px;
height: 11px;
top: -2px;
background: #f1f2f4;
position: absolute;
z-index: 1;
}

.jQQT_err {
color: #ff0000;
}