@charset "utf-8";
/* CSS Document */

.videowrap {
	width: 550px;
}

/* container has a background image */

a.player {	
	background: url(../img/player-bg.jpg) 1px 1px no-repeat;
	display:block;
	width:370px;
	height:290px;
	margin-left: 55px;	
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	padding: 1px;
	border:2px solid #12a1d9;
}

/* splash image */
a.player img {
	margin-top:125px;
	border:0;	
}
