#jquery_jplayer_1{background:#000;}

.player{width:800px;margin:0 auto;    background: #000;}
#jquery_jplayer_1 img{position:absolute; top:0px; left:0px;}

.jp-video {
    position:relative;
    /*
    -webkit-box-shadow:0px 0px 20px rgba(0,0,0,.3);
    -moz-box-shadow:0px 0px 20px rgba(0,0,0,.3);
    box-shadow:0px 0px 20px rgba(0,0,0,.3);
    */
}

.jp-video-360p {
    width:800px;
}

div.jp-video div.jp-video-play {
    background:url("../images/player/video_play.png") no-repeat center;
    /* position: relative; */
    position: absolute;
    cursor:pointer;
    z-index:2;
}
div.jp-video div.jp-video-play:hover {
    background: transparent url("../images/player/video_play.png") no-repeat center;
}

div.jp-video-360p div.jp-video-play {
    top:0px;
    width:800px;
    height:400px;
}



.jp-video-full {
    width:480px;
    height:270px;
    position:static !important; 
    position:relative
}

.jp-gui{

    margin-top:-35px;

}

.jp-video-full .jp-jplayer {
    top: 0;
    left: 0;
    position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
    overflow: hidden;
    z-index:1000;
}
 
.jp-video-full .jp-gui {
    position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
    top: 0;
left: 50%;
    margin-left: -355px;

    width:100%;
    height:100%;
    z-index:1000;
}

.jp-video-full .jp-interface {
    position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
    bottom: 0;
    left: 0;
    z-index:1000;
}


.jp-interface {
    position: relative;
    width:800px;
    height: 36px;
    background:#1d2b3e;
	margin-top:35px;
	z-index : 1000;
}
 
div.jp-controls-holder {
    clear: both;
    margin: 0 auto;     
    position: relative;
    overflow:hidden;
    width:800px;
}


a.jp-play,
a.jp-pause,a.jp-stop {
    width:22px;
    height:22px;
    margin:7px 10px 0 15px;
    float:left;
    text-indent:-9999px;
    outline:none;
}
 
a.jp-play {
    background: url(../images/player/play_pause.png) 0 0 no-repeat;
}
 
a.jp-pause {
    background: url(../images/player/play_pause.png) 0 -22px no-repeat;
    display: none;
}
 
a.jp-stop {
    margin-left:0;
    background: url(../images/player/stop.png) 0 0 no-repeat;
}

a.jp-stop:hover,a.jp-stop:focus {
    background: url(../images/player/stop.png) 0 -22px no-repeat;
}

.jp-progress {
    background: #555;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    width:440px;
    height:5px;
    float:left;
    margin-top: 15px;
}
 
.jp-seek-bar {
    width:0px;
    height:100%;
    cursor: pointer;
}
 
.jp-seeking-bg {
    background:#575555;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
 
.jp-play-bar {
    background:#4783ff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width:20px;
    height:5px;
    position:relative;
    z-index: 9999;
}
 
.jp-play-bar span {
    position:absolute;
    top: -5px;
    right: -12px;
    background:url(../images/player/play_icon.png) no-repeat center;
    width: 15px;
    height: 15px;
}



.jp-current-time,
.jp-duration {
    font-size:12px;
    font-family:Arial;
    color:#444444;
    margin-top: 12px;
    float:left;
}
.jp-current-time {
    float: left;
    display:inline;
}
.jp-duration {
    float: left;
    display:inline;
    text-align: right;
}
.jp-video .jp-current-time {
    margin-left:10px;
    color:#fff;
}
.jp-video .jp-duration {
    margin-right:20px;
    color:#4783ff;
}
.time-sep {
    float:left;
    margin: 13px 3px 0 3px; 
    font-size:11px;
    font-family:Arial;
    color:#fff;
}




.jp-video a.jp-mute,
.jp-video a.jp-unmute {
    display:none !important;
    text-indent:-9999px;
    float:left;
    width: 19px;
    height: 18px;
    outline:none;
    margin-top:10px;
    margin-right:5px;
}
 
a.jp-mute { background: url(../images/player/sound_icon.png) 0 0 no-repeat;}
a.jp-unmute {background: url(../images/player/sound_icon.png) 0 -19px no-repeat;display: none;}
 
.jp-volume-bar {
    display:none !important;
    float:left;
    margin-top: 15px;
    margin-right: 20px;
    width:55px;
    height:5px;
    cursor: pointer; 
    background: #555; 
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;

}

.jp-volume-bar-value {
    background: #4783ff;
    width:0px;
    height:5px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    position: relative;

}



.jp-volume-bar-value a {
    position:absolute;
    top: -5px;
    right: -12px; 
    background:url(../images/player/play_icon.png) no-repeat center;
    width: 15px;
    height: 15px;
}


.jp-playback-rate{
    float:left;
    margin-top: 9px;
    margin-right: 5px;
    width:120px;
    height:18px;
    background: url(../images/player/speed_bg.png) 0 0 no-repeat;
    color:#888;
    font-size:12px;
    font-family:Arial;
    vertical-align:middle;
    padding-left:2px;
}
.jp-playback-rate a{
    color:#888;
    line-height:18px;
    vertical-align:middle;
    margin-top:1px;
    margin-left:5px;
    margin-right:5px;
}
.jp-playback-rate a.on{color:#4783ff;}

a.jp-full-screen {
    background: url(../images/player/full_screen.png) 0 0 no-repeat;
    float:right;
    width: 85px;
    height: 18px;
    text-indent:-9999px;
    margin-top:9px;
    margin-right:10px;
    outline:none;
}
a.jp-full-screen:hover{
    background-position: 0 -18px; 
}


.jp-restore-screen {
    background: url(../images/player/full_screen.png) 0px 0 no-repeat;
    float:right;
    width: 85px;
    height: 18px;
    text-indent:-9999px;
    margin-top:9px;
    margin-right:15px;
    outline:none;
}
.jp-state-full-screen .jp-gui{margin-top:0 !important;}