/* outer player div for main samples on index page */
div.player_outer {
	width:640px; /* reset to 644 for IE */
	height:402px; /* reset to 410 for IE */
	border:2px solid #f49dd1; 
	outline:1px solid #ed5db3;
	/* -moz-outline-radius:4px; */
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:15px;
	visibility: visible;
	z-index: 99;
	position: absolute;
	top: -1000px;
	left: 16px;
	background-color: #ffccff;
}

