/*!
(C)2018 by Don Stamey, MacWisdom Systems, http://www.macwisdom.com. All rights reserved.
This module may not be copied, modified, or used without written permission of the above owner.
*/
/* gg.SlideShow.css */

.gg-slideShow {
	max-width: 600px;
	min-width: 200px;
	min-height: 200px;
	margin: auto;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	background-color: #000;
}
.gg-slideShow button {
	font-size: 12px;
	color: inherit;
	background-color: inherit;
}
.gg-slideShow [data-id="container"] {
	position: relative;
	padding-top: 70%;
}
/*
.gg-slideShow [data-id="container"] {
	position: relative;
}
.gg-slideShow [data-id="container"]:before {
	content: "";
	display: block;
	padding-top: 50%;
}
*/
.gg-slideShow [data-id="container"] > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
}
.gg-slideShow [data-id="container"] > div > span {
	/* "helper" item to make the img vertical-align work properly */
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.gg-slideShow [data-id="container"] img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.gg-slideShow [data-id="caption"] {
	text-align: center;
}
.gg-slideShow [data-id="slideBtnsBar"] {
	margin-top: 6px;
	text-align: center;
}
.gg-slideShow [data-id="slideBtns"] {
	display: inline-block;
}
.gg-slideShow [data-id="slideBtns"] a {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #f60;
	overflow: hidden;
}
.gg-slideShow [data-id="slideBtns"] a:hover {
	background: #f30;
}
.gg-slideShow [data-id="counter"] {
	display: inline-block;
	margin-left: 6px;
	font-size: 80%;
}
.gg-slideShow [data-id="buttonBar"] {
	margin-top: 6px;
	text-align: center;
}
.gg-slideShow [data-id="onOffBtn"] {
	width: 5em;
}
.gg-slideShow [data-id="controlBar"] {
	margin-top: 12px;
	text-align: center;
}
.gg-slideShow [data-id="delay"] {
	margin-left: 12px;
	display: inline-block;
	font-size: 11px;
}
.gg-slideShow [data-id="resizeable"] {
	display: inline-block;
	margin-left: 12px;
	font-size: 11px;
}
.gg-slideShow [data-id="author"] {
	margin-top: 6px;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	color: #888;
}
.gg-slideShow a[data-id="highlight"] {
	background: #fff; 
	border: 1px solid #f30;
}
