/* module-key = 'com.simplenia.confluence.plugins.imageslider:galleryslider-macro-resources', location = 'styles/galleryslider-macro.css' */
div.galleryslider-macro.responsive-width,
div.galleryslider-macro.responsive-width div.galleryslider {
	width: 100%;
}

/* fix fade issue in firefox */
div.galleryslider img {
	-moz-backface-visibility: hidden;
	box-shadow: #000 0em 0em 0em;	
	display: none; /* hide images when loading */
}

/* styles for permanent display of image captions */
div.galleryslider-macro.toggle-captions-disabled div.galleria-info {
	text-align: center;
	width: 100%;
	top: inherit;
	left: inherit;
	bottom: 60px;
}

div.galleryslider-macro.toggle-captions-disabled div.galleria-info-text {
	background: rgba(0,0,0,0.6);
	padding: 8px 60px;
}

div.galleryslider-macro.toggle-captions-disabled div.galleria-counter {
	z-index: 3;
}
/* module-key = 'com.simplenia.confluence.plugins.imageslider:galleryslider-macro-resources', location = 'styles/galleryslider-macro-ie.css' */
/* fix caption background in IE */
div.galleryslider-macro.toggle-captions-disabled div.galleria-info-text {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	zoom: 1;
}