
/* player container */
div.player {
	cursor:pointer;
	text-align:center;
}

/* play button */
div.player img {
}

/* info area */
div.player div.info {
	height:50px;
	background:#000 url(/img/global/gradient/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	margin-top:35px;
}

/* duration data inside info area */
div.player div.info {
	color:#fff;
	font-size: 10px;
}

div.info span.video_label {
	color: #FFC120;
	font-weight:bold;	
}

div.player div.not_logged_in {
	height: 83px;
	width: 100%;
	padding-top:93px;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 12px;
}