/* styling of the container */
.bgPlayer {
	display:block;
	width: 588px;
	height:364px;
	text-align:center;
	margin:10px 5px;
	float:left;
	border:1px solid #999;
}
.bgPlayer:hover {
	border:1px solid #000;
}
.smPlayer {
	display:block;
	width: 280px;
	height:210px;
	text-align:center;
	margin:10px 5px;
	float:left;
	border:1px solid #999;
}
.smPlayer:hover {
	border:1px solid #000;
}
