/**
 * @copyright
 * @package     Simple Image Gallery Extended - SIGE for Joomla! 3.x
 * @author      Viktor Vogel <admin@kubik-rubik.de>
 * @version     3.4.2-FREE - 2020-12-14
 * @link        https://kubik-rubik.de/sige-simple-image-gallery-extended
 *
 * @license     GNU/GPL
 */

.sige{clear:both;display:table-cell;margin:16px 4px;padding:0;list-style-type: none;}
.sige a:hover, .sige a:focus, .sige a:active{text-decoration: none;outline: none;}
.sige_single{text-align: center;list-style-type: none;}
.sige .sige_clr{clear:both;}
.sige_single .sige_clr{}
.sige_js_title{font-weight: bold;font-style: italic;}
.sige_noimages{font-weight: bold;}
.sige_hidden{display: none;}
.sige_thumb{float:left;background:url(shadowAlpha.png) no-repeat bottom right;margin:10px;padding:0;}
.sige_thumb img{display:inline-block;position:relative;background:#FFF;border:1px solid #ccc;margin:-5px 5px 5px -5px;padding:4px;}
.sige_caption{margin-left: auto;margin-right: auto;text-align: center;display: block;font-weight:bold;clear: both;}
.sige_small{color:#666666;font-size:92%;text-align:center;}
.sige li{margin: 0; overflow: visible; background-image: none; padding: 0;}
.sige_css_image{position: relative;z-index: 0;}
.sige_css_image:hover{background-color: transparent;z-index: 50;direction: ltr;}
.sige_css_image span{position: absolute;background-color: #FFF;padding: 5px;left: -1000px;border: 1px solid #ccc;visibility: hidden;color: black;text-decoration: none;}
.sige_css_image span img{border-width: 0;padding: 2px;margin: 0px;}
.sige_css_image:hover span{visibility: visible;top: 30px;left: 30px;width: 600px;}
