@import url('/core/plugins/resources/about/assets/css/about.css');

.sscontainer {
	display: block;
}
#showcase {
	background: #fafafa;
	width: auto;
	height: 90px;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	z-index: 0;
	border-radius: 1em;
}
#showcase img {
	background: #e8eaee none repeat scroll 0 0;
	border: 1px solid #e8eaee;
	margin: 4px;
	padding: 4px;
	float: left;
	position: relative;
}
#showcase img:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #8fb9d0;
	margin: 3px;
	padding: 5px;
}
#showcase-prev,
#showcase-next {
	height: 90px;
	background: #f4f5f7;
	width: 20px;
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#showcase-prev:hover,
#showcase-next:hover {
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.inactive,
.inactive:hover {
	cursor: default !important;
	background-color: #e9e9e9 !important;
	opacity: 0.3 !important;
	filter: alpha(opacity=30) !important;
}
#showcase-prev {
	float: left;
	z-index: 2;
	border-right: 1px solid #c8cfd8;
	border-left: 1px solid #e8e8e8;
	background: #f4f5f7 url("/core/components/com_resources/site/assets/img/showcase_prev.png") 100% 50% no-repeat;
}
#showcase-next {
	float: right;
	border-left: 1px solid #c8cfd8;
	border-right: 1px solid #e8e8e8;
	background: #f4f5f7 url("/core/components/com_resources/site/assets/img/showcase_next.png") 0 50% no-repeat;
}
#showcase-window {
	float: left;
	left: 0;
	position: relative;
	width: 90%;
}
.showcase-pane {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: flex;
}

.showcase-pane a {
    flex-shrink: 0;
}

.screenshots {
    position: relative;
    height: 90px;
}
