/**
* CG Panorama - Joomla Module 
* Version			: 2.0.0
* Package			: Joomla 3.10.x - 4.0
* copyright 		: Copyright (C) 2021 ConseilGouz. All rights reserved.
* license    		: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
.cg_pano {
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	}
.cg_pano .controls {
	position: relative;
	top: 90%;
	background: black;
	opacity: .5;
	width: 100%;
	height:10%;
}		
.cg_pano .controls p {
	position: absolute;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 1.5em;
	width: 20px;
	height: 20px;
	margin: 0 0 0 0;
}
.cg_pano .controls p.left {
	left: 10px;
}
.cg_pano .controls p.center {
	left: 50%;
}
.cg_pano .controls p.right {
	right: 10px;
}
.cg_pano.moving .controls p {
	opacity: 0.9;
	color: #eee;
}
