body { font-family:'verdana'; } h1 { font-size:16px; color:#333; } #media-player { float:left; padding:1em 1em .5em; background-color:#333; } video { /* border:1px solid #2e52a4; */ /* width:305px; height:160px; */ background:#000; } .button { text-indent:-9999px; width:16px; height:16px; border:none; cursor:pointer; background:transparent url('images/buttons.png') no-repeat 0 0; } .buttonx2 { text-indent:-9999px; width:32px; height:32px; border:none; cursor:pointer; background:transparent url('images/buttons_x2.png') no-repeat 0 0; } /* .pause { background-position:-19px 0; } .stop { background-position:-38px 0; } */ .volume-plus { background-position:-57px 0; } .volume-minus { background-position:-76px 0; } .mute { background-position:-95px 0; } .unmute { background-position:-114px 0; } /* .replay { background-position:-133px 0; } */ .pause { background-position:-38px 0; } .stop { background-position:-76px 0; } /* .volume-plus { background-position:-114px 0; } .volume-minus { background-position:-152px 0; } .mute { background-position:-190px 0; } .unmute { background-position:-228px 0; } */ .replay { background-position:-266px 0; } #progress-bar { color:#fff; font-size:12px; /* width:172px; */ height:26px; /* margin-right:5px; */ background:#434343; margin: 0; /* padding: 0; border: 0; */ border: 2px solid black; padding: 2px; padding-left: 4px; padding-right: 4px; } #progress::-moz-progress-bar { background:#2e52a4; } #media-play-list { float:left; clear:both; color:#aaa; width:100%; margin-top:10px; border-top:1px solid #2e52a4; } #media-play-list h2 { font-size:12px; } #play-list { padding:0; font-size:12px; list-style-type:none; } #play-list li { cursor:pointer; padding-left:15px; background:transparent url('images/item.png') no-repeat 0 4px; } .ui-widget-overlay { height: 100%; width: 100%; opacity: 0.4; filter: Alpha(Opacity=40); /*background-color: black; */ /*background: #AAA url("images/ui-bg_flat_0_aaaaaa_40x100.png") repeat scroll 50% */ background-color: #AAA; background-repeat: repeat; background-attachment: scroll; background-position: 50%; }