
.jp-controls-holder{
    width: 100%;
}

.thumbnailSize{
    width: 130px !important;
    height: 130px !important;
    position: relative;
    margin-bottom: 0;
    display:block;
}

.titleClass{
    bottom: 0 !important;
    position: absolute;
    left: 0;
    width: 100%;
    top: auto !important;
    background-color: black;
    color: white;
    overflow:hidden;
    height: 30px;
}

.titleSpan{
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
}

/*.nailthumb-title{
    bottom: 60px !important;
    top: initial !important;
}*/

.nailthumb-container{
    margin-bottom: 0 !important;
}


.jp-video {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    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);
    background:#000;
}
.jp-video-360p {
    width:570px;
    margin: 100px auto;
}
.jp-video-full {
    width:480px;
    height:270px;
    position:static !important; 
    position:relative;
}

/*.jp-gui{
    opacity: 0.75;
    height:40px !important;
    z-index:1001;
}

.jp-gui:hover{
    opacity: 1;
    z-index:1001;
}*/

.jp-video-full .jp-jplayer {
    bottom: 0 !important;
    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) */
    bottom: 0;
    left: 0;
    width:100%;
    /*height:100%;*/
    z-index:1000;
}

.jp-video-full{
    height:100%;
}


.jp-video-full .jp-interface {
    position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
    bottom: 0;
    left: 0;
    z-index:1000;
}

.jp-controls-holder .dl-horizontal {
    margin-bottom: 0;
    margin-top: 5px;
}


div.jp-controls-holder {
    clear: both;
    /*	width:570px;*/
    margin: 0 auto;

    position: relative;
    overflow:hidden;
}

a.jp-play,
a.jp-pause {
    width:40px;
    height:35px;
    float:left;
    text-indent:-9999px;
    outline:none;
}

a.jp-play {
    background: url(../images/sprite.png) 0 0 no-repeat;
}

a.jp-pause {
    background: url(../images/sprite.png) -40px 0 no-repeat;
    display: none;
}

#separator {
    background-image:url(../images/separator.png);
    background-repeat:no-repeat;
    width: 2px;
    height: 35px;
    float:left;
    margin-top: 7px;
    margin-right: 10px;
}

.jp-progress {
    background: #706d6d;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

    -webkit-box-shadow:
        inset 0px 1px 4px rgba(0,0,0,.4),
        0px 1px 0px rgba(255,255,255,.4);
    -moz-box-shadow:
        inset 0px 1px 4px rgba(0,0,0,.4),
        0px 1px 0px rgba(255,255,255,.4);
    box-shadow:
        inset 0px 1px 4px rgba(0,0,0,.4),
        0px 1px 0px rgba(255,255,255,.4);

    width:500px;
    height:20px;
    float:left;
    margin-top: 13px;
}

.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: url(../images/play-bar.png) left repeat-x;
    width:0px;
    height:20px;
    position:relative;
    z-index: 9999;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.jp-play-bar span {
    position:absolute;
    top: 2px;
    right: -7px;

    background:url(../images/handle.png) no-repeat center;
    width: 16px;
    height: 17px;
}

.jp-current-time,
.jp-duration {
    font-size:11px;
    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;
}
.jp-video .jp-duration {
    margin-right:10px;
}
.time-sep {
    float:left;
    margin: 13px 3px 0 3px;

    font-size:11px;
    font-family:Arial;
    color:#444444;
}


.jp-video a.jp-mute,
.jp-video a.jp-unmute {
    text-indent:-9999px;
    float:left;

    height: 35px;
    outline:none;
}

.jp-mute {
    float:left;
    background: url(../images/sprite.png) -80px 0 no-repeat;
    margin-top: 1px;
    margin-left: -10px;
    width: 35px;
}

a.jp-unmute {
    background: url(../images/sprite.png) -115px 0 no-repeat;
    margin-top: 1px;
    margin-left: -13px;
    display: none;
    width: 38px;
}

.jp-volume-bar {
    float:left;
    margin-top: 13px;
    margin-right: 10px;
    overflow:hidden;
    width:200px;
    height:10px;
    cursor: pointer;

    background: #706d6d;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

    -webkit-box-shadow:
        inset 0px 1px 4px rgba(0,0,0,.4),
        0px 1px 0px rgba(255,255,255,.4);
    -moz-box-shadow:
        inset 0px 1px 4px rgba(0,0,0,.4),
        0px 1px 0px rgba(255,255,255,.4);
    box-shadow:
        inset 0px 1px 4px rgba(0,0,0,.4),
        0px 1px 0px rgba(255,255,255,.4);
}

.jp-volume-bar-value {
    background: rgba(112,109,109.01);
    width:0px;
    height:10px;
    position: relative;
}

.jp-volume-bar-value span {
    position:absolute;
    top: 0px;
    right: 0px;

    background:url(../images/volume.png) no-repeat center;
    width: 11px;
    height: 10px;
}

.jp-full-screen {
    background: url(../images/sprite.png) -150px 0 no-repeat;
    float:left;
    width: 40px;
    height: 35px;
    text-indent:-9999px;
    margin-left: -15px;
    outline:none;
}

.jp-restore-screen {
    background: url(../images/sprite.png) -150px 0 no-repeat;
    float:left;
    width: 40px;
    height: 35px;
    text-indent:-9999px;
    margin-left: -15px;
    outline:none;

}
