/** 
* Lab5 Mobile Videos
* 
* @author : Lab5 - Dennis Riegelsberger
* @authorUrl : https://lab5.ch
* @copyright : Copyright (C) 2012+  Lab5 - Dennis Riegelsberger. All rights reserved.
* @license : GNU/GPL General Public License version 2 or later
* @project : https://lab5.ch/lab5-mobile-videos
* @on JED : https://extensions.joomla.org/extensions/extension/multimedia/multimedia-players/lab5-mobile-videos/
* 
* Built with <3 
* Lab5
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 

.mod_lab5_mobile_videos{	
 display:block;
}


.mod_lab5_mobile_videos img{	
	
	border:0;
	z-index:auto;
}

/* container has a background image */
.mod_lab5_mobile_videos a.player {	

	margin:0 0 20px 80px;	
	margin:0 auto 10px auto;
	margin:0 auto;		
	
	display:block;
	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:#000 url(/img/global/gradient/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);
}

.mod_lab5_mobile_videos a.player:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}



/* the playbutton  */

.mod_lab5_mobile_videos a.player div.l5mv-playerscreen,
.mod_lab5_mobile_videos a.player div.l5mv-playerscreen table {
	
	margin:auto;
	height:100%;
	width:100%;
	border:0;	
	padding:0;	
}
.mod_lab5_mobile_videos a.player div.l5mv-playerscreen,
.mod_lab5_mobile_videos a.player div.l5mv-playerscreen * {
	
	text-align:center !important;
	vertical-align:middle !important;
}
.mod_lab5_mobile_videos a.player div.l5mv-playerscreen table tr:hover td {
	
	background:none;	
}
