


#progress .block #posts .progress .content .slideshowGroup .slideshowGroup
	{
	width: 100%;
		}




#progress .block #posts .progress .content .slideshowGroup .slideshow
	{
	width: 80%;
	height: auto;
	position: relative;
	margin: auto;
	overflow: visible;
	margin: 0px auto 0px auto;
		}
	
#progress .block #posts .progress .content .slideshowGroup .slideshow:before
	{
	content: "";
	display: block;
	padding-top: 70%;
		}


#progress .block #posts .progress .content .slideshowGroup .slideshow .sliderImage
	{
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px
		}


/* Next & previous buttons */


#progress .block #posts .progress .content .slideshowGroup .slideshow #controls
	{
	width: 100%;
	height: 100px;
	background: transparent;
	position: absolute;
	left: 0px;
	top: 45%;
	transform: translate(0px -50%);
	z-index: +1;
		}

#progress .block #posts .progress .content .slideshowGroup .slideshow #controls .prev
	{
	font: normal 20px Helvetica, serif;
	line-height: 20px;
	color: #fff;
	display: block;
	box-sizing: border-box;
	padding: 12px;
	background: url(images/overlays/fff_50.png) repeat;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
		}

#progress .block #posts .progress .content .slideshowGroup .slideshow #controls .next
	{
	font: normal 20px Helvetica, serif;
	line-height: 20px;
	color: #fff;
	display: block;
	box-sizing: border-box;
	padding: 12px;
	background: url(images/overlays/fff_50.png) repeat;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
		}

#progress .block #posts .progress .content .slideshowGroup .slideshow #controls .next:hover, 
#progress .block #posts .progress .content .slideshowGroup .slideshow #controls .prev:hover
	{
	background: #fff;
	color: #6cd;
		}





/* Number text (1/3 etc) */

.slgnumbertext
	{
	color: #f2f2f2;
	font-size: 12px;
	padding: 0px;
	position: absolute;
	top: 0px;
		}

.slgcaption-container
	{
	text-align: center;
	background-color: #222;
	padding: 0px;
	color: #fff;
		}




#progress .block #posts .progress .content .slideshowGroup .thumbnails
	{
	display: block;
	vertical-align: top;
	width: 80%;
	font-size: 0px;
	text-align: left;
	margin: 10px auto 0px auto;
		}

#progress .block #posts .progress .content .slideshowGroup .thumbnails .thumbnail
	{
	display: inline-block;
	vertical-align: top;
	width: 13%;
	height: auto;
	cursor: pointer;
	border: 4px solid #fff;
		}

#progress .block #posts .progress .content .slideshowGroup .thumbnails .thumbnail.thumbActive
	{
	border: 4px solid #6cd;
		}

#progress .block #posts .progress .content .slideshowGroup .thumbnails .thumbnail:hover
	{
	border: 4px solid #ccc;
		}

#progress .block #posts .progress .content .slideshowGroup .thumbnails .thumbnail.thumbActive:hover
	{
	border: 4px solid #6cd;
		}









































