@charset "utf-8";
/* CSS Document */

/* player container */
a.myPlayer {
	height:120px;
	width:160px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	text-align:center;
	margin-right:15px;
	float: left;
	background-repeat: no-repeat;
}

/* play button */
a.myPlayer img {
	margin-top:75px;
	margin-left: 95px;
}

/* info area */
a.myPlayer div.info {
	height:20px;
	background:#000;
	opacity:0.7;
	color:#fff;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:20px;
}

/* duration data inside info area */
a.myPlayer div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

#jayvideo {
	height: 215px;
	width: 360px;
	float:left;
	}
#videos {
	height: 215px;
	width: 360px;
	float:left;
	}


