/*mark {background:yellow;color:black}
mark::selection{background:#111;color:yellow}
mark::-moz-selection{background:#111;color:yellow}*/

/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
html,body{height:100%}
body{line-height:1}
/* ol,ul{list-style:none} */
/* blockquote,q{quotes:none} */
/* blockquote:before,blockquote:after,q:before,q:after{content:'';content:none} */
:focus{outline:none}
/* ins{text-decoration:none} */
/* del{text-decoration:line-through} */
table{border-collapse:collapse;border-spacing:0}
legend{display:none}
::selection{background:yellow;color:black}
::-moz-selection{background:yellow;color:black}

body {font-size:12px;margin:0;padding:0;width:720px;margin:auto;}

/* Html5 Stuff */
header,section,figure,footer,aside,nav,article {display:block}

.jV-video {
	background:#000;
	height:404px;
	margin:20px auto;
	overflow:hidden;
	width:720px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.6);
	box-shadow: 0 0 10px rgba(0,0,0,.6);
}

.jV-nocursor {
	cursor:none;
}

.jV-active {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
	box-shadow: 0 0 10px rgba(0,0,0,.8);
}

.jV-full {
	height:100%;
	margin:0;
	position:fixed;
	width:100%;
	top:0;
	left:0;
}

.jV-controls {
	border-left:none!important;
	border-right:none!important;
	border-bottom:none!important;
	position:absolute;
	z-index:100;
}

.jV-controls span {cursor:pointer;position:absolute}

.jV-slider {
	display:block;
	position:absolute;
	margin:3px 0 0 0;
}

.jV-current {
	height:16px;
	line-height:16px;
	margin: 0;
	width:auto;
	text-align:center;
}

.jV-volume {
	margin: 0;
}

.jV-volume-slider {
	display:block;
	position:absolute;
	margin:-108px 0 0 0;
	display:none;
	background:#fff;
	height:100px;
}
