/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
del {
    text-decoration: line-through;
}
hr {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    clear: both;
    color: transparent;
    height: 1px;
    margin: 0;
    padding: 0;
}
mark {
    background-color: #ffffb3;
    font-style: italic;
}
input, select {
    vertical-align: middle;
}
ins {
    background-color: red;
    color: white;
    text-decoration: none;
}
ol, ul {
    list-style: outside none none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
body {
    background: rgba(0, 0, 0, 0) url("../images/bg.jpg") repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
    */
.jp-video {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
}
.jp-video-224p {
    margin: 25px auto;
    width: 400px;
}
.jp-video-360p {
    margin: 100px auto;
    width: 640px;
}
.jp-video-full {
    height: 270px;
    position: static !important;
    width: 480px;
}
.jp-video-full .jp-jplayer {
    left: 0;
    overflow: hidden;
    position: fixed !important;
    top: 0;
    z-index: 1000;
}
.jp-video-full .jp-gui {
    height: 100%;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.jp-video-full .jp-interface {
    bottom: 0;
    left: 0;
    position: absolute !important;
    z-index: 1000;
}
.jp-interface {
    background-image: -moz-linear-gradient(center top , rgb(242, 242, 242), rgb(209, 209, 209));
    background-color: #ccc;
    box-shadow: 0 1px 0 #f7f7f7 inset, 0 -1px 0 #e2e2e2 inset;
    height: 35px;
    position: relative;
    width: 100%;
}

div.jp-controls-holder {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 400px;
}
a.jp-play, a.jp-pause {
    float: left;
    height: 35px;
    outline: medium none;
    text-indent: -9999px;
    width: 40px;
}
a.jp-play {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
}
a.jp-pause {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -40px 0;
    display: none;
}
#seperator {
    background-image: url("../images/seperator.png");
    background-repeat: no-repeat;
    float: left;
    height: 35px;
    margin-right: 10px;
    margin-top: 7px;
    width: 2px;
}
.jp-progress {
    background: #706d6d none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
    float: left;
    height: 10px;
    margin-top: 13px;
    width: 160px;
}
.jp-seek-bar {
    cursor: pointer;
    height: 100%;
    width: 0;
}
.jp-seeking-bg {
    background: #575555 none repeat scroll 0 0;
    border-radius: 5px;
}
.jp-play-bar {
    background: rgba(0, 0, 0, 0) url("../images/play-bar.png") repeat-x scroll left center;
    border-radius: 5px;
    height: 10px;
    position: relative;
    width: 0;
    z-index: 9999;
}
.jp-play-bar span {
    background: rgba(0, 0, 0, 0) url("../images/handle.png") no-repeat scroll center center;
    height: 17px;
    position: absolute;
    right: -12px;
    top: -3px;
    width: 16px;
}
.jp-current-time, .jp-duration {
    color: #444444;
    float: left;
    font-family: Arial;
    font-size: 11px;
    margin-top: 12px;
}
.jp-current-time {
    display: inline;
    float: left;
}
.jp-duration {
    display: inline;
    float: left;
    text-align: right;
}
.jp-video .jp-current-time {
    margin-left: 10px;
}
.jp-video .jp-duration {
    margin-right: 10px;
}
.time-sep {
    color: #444444;
    float: left;
    font-family: Arial;
    font-size: 11px;
    margin: 13px 3px 0;
}
.jp-video a.jp-mute, .jp-video a.jp-unmute {
    float: left;
    height: 35px;
    outline: medium none;
    text-indent: -9999px;
}
.jp-mute {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -80px 0;
    float: left;
    margin-left: -10px;
    margin-top: 1px;
    width: 35px;
}
a.jp-unmute {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -115px 0;
    display: none;
    margin-left: -13px;
    margin-top: 1px;
    width: 38px;
}
.jp-volume-bar {
    background: #706d6d none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
    cursor: pointer;
    float: left;
    height: 10px;
    margin-right: 10px;
    margin-top: 13px;
    overflow: hidden;
    width: 55px;
}
.jp-volume-bar-value {
    height: 10px;
    position: relative;
    width: 0;
}
.jp-volume-bar-value span {
    background: rgba(0, 0, 0, 0) url("../images/volume.png") no-repeat scroll center center;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
}
.jp-full-screen {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -150px 0;
    float: left;
    height: 35px;
    margin-left: -15px;
    outline: medium none;
    text-indent: -9999px;
    width: 40px;
}
.jp-restore-screen {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -150px 0;
    float: left;
    height: 35px;
    margin-left: -15px;
    outline: medium none;
    text-indent: -9999px;
    width: 40px;
}

.jp-details {
    font-weight: 700;
    text-align: center;
    cursor: default
}

.jp-details, .jp-playlist {
    width: 100%;
    background-image: -moz-linear-gradient(center top, rgb(209, 209, 209), rgb(242, 242, 242));
    background-color: #ccc;
}

.jp-type-playlist .jp-details, .jp-type-single .jp-details {
    border-top: none
}

.jp-details .jp-title {
    margin: 0;
    padding: 5px 20px;
    font-size: .72em;
    font-weight: 700
}

