 /**
 * @author JoomAnt Team
 * @copyright joomant.com
 * @link joomant.com
 * @package plugin JAnt LightGallery
 * @version 1.0
 */
.plg-jant-lightgallery-container {
	margin: 10px auto;
	border: 1px solid #bcbcbc; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;	
	width: 200px;	
	height: 70px;
}
.plg-jant-lightgallery-content {

	text-align: center !important;
	font-size: 12px;
	padding-top: 20px;
}
.plg-jant-lightgallery-content .plg-jant-lightgallery-title {
	font-family: Arial, Times New Roman, Tohama, sans-serif;
	font-weight: bold;
	display: block;
	color: #ff0000;
}
.plg-jant-lightgallery-content .plg-jant-lightgallery-message {
	font-family: Arial, Times New Roman, Tohama, sans-serif;
	font-weight: bold;
	display: block;
	color: #ff0000;
}