/* CSS Document */
/* player / playlist styling */


/* make elements a little more centered */
/* body {
	padding:100px;		
} */

/* these two settings will remove borders from playlist entries */
a:active {  outline:none; }
:focus   { -moz-outline-style:none; }



/* styling of the container / video player. */
/* container has a background image */
/* player style */

a.player {
	display:block;
	/* background:url(http://www.CoscendCommunications.com/Tools/img/player/splash/Splash_Player.png) no-repeat; */
	width:800px;
	height:600px;
	padding:0 126px 75px 127px;		
	text-align:center;
	margin:0 15px 15px 0;
/* 	margin:10px auto; */
	border:0px solid #999;
	color:#fff;
  z-index:100000;
	text-decoration:none;
	cursor:pointer;
  /* Additional 	
  margin-top:40px;
  width: 320px;
	height:240px; 
	float:left;


	background:#000 url(http://www.CoscendCommunications.com/Tools/img/global/gradient/h350.png) repeat-x 0 0;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
*/
} 



/* play button */
/* splash image */
a.player img {
	margin-top:115px; /* For vertical */
/* 	margin-top:70px; for horizontal */
	border:0px;
}

/* when container is hovered we alter the border color */
a.player:hover {
	border:0px solid #000;
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}


/* style for the player's wrapper element Source:  http://static.flowplayer.org */
#player_wrap {
	background:#000 url(http://www.CoscendCommunications.com/Tools/img/global/gradient/h300.png) 0 0 repeat-x;
}
