@charset "utf-8";

/* player is for 500 x 340 pixels */
/* player_sm is for 240 x 180 pixels */

/* container has a background image */



a.player {	
	display:block;
	width:500px;
	height:340px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:#000 url(/images/global/jquery_scrollable/h500.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);
}

a.player:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}

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



#player {
	/*margin:0 0 20px 80px;*/		
	margin:20px 0;		
}



a.player_sm {	
	display:block;
	width:240px;
	height:180px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:#000 url(/images/global/jquery_scrollable/h500.png) repeat-x 0 0;
	/*background:#000 url(/images/global/video_splash_sm.jpg) no-repeat 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);
}

a.player_sm:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}

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



#player_sm {
	/*margin:0 0 20px 80px;*/		
	margin:20px 0;		
}


