/* Basic functionality */
	.slideshow.active {
		/* padding: .5em 1em; */
		/* margin: 1em 0; */
		overflow: hidden;
		float: left;
		width: auto;
	}
	.slideshow.active .viewport {	
		clear: both;
		overflow: hidden;
		width: auto;
		height: auto !important;
	}
	
	.slideshow.active .section {
		/* padding: 1em 2em; */
	}
	
	/* Opacity, fuzzy text for IE 6, 7, 8 fix (http://jszen.blogspot.com/2005/04/ie-bold-text-opacity-problem.html) */
	* html .slideshow.active .section,
	*+html .slideshow.active .section {
		background: #fff;
	}
	
	#sshow.slideshow.active .actions a,
	#sshow.slideshow.active .panels a {
		text-decoration: none;
		color: white;
		display: block;
		float: left;
		padding: 5px 10px 5px 10px;
		font-weight: bold;
	}
	.slideshow.active .actions a:hover,
	.slideshow.active .panels a:hover {
		background-color: #1757b1;
	}
	
	.slideshow.active .actions a:focus,
	.slideshow.active .panels a:focus {
		outline: none;
	}
	
	.slideshow.active ul.actions,
	.slideshow.active ul.actions li,
	.slideshow.active ul.panels,
	.slideshow.active ul.panels li {
		list-style-type: none;
		display: inline;
		margin: 0; padding: 0;
	}
	.slideshow.active ul.actions,
	.slideshow.active ul.panels {
		display: block;
		overflow: hidden;
	}
	
	.slideshow.active ul.actions {
		float: left;
	}
	.slideshow.active ul.panels {
		float: left;
	}
	.slideshow.active ul.panels a.current {
		background-color: #1757b1;
		cursor: default;
	}




/* Basic prettys */
	.slideshow .section img {
		float: left;
		/* border: 1px solid #ccc; */
		margin: 0 0 0 0;
		padding: 0;
	}

/* Removed black and grey background */	
	.slideshow.active {
/*		background: #efefef;  */
		width: 100%;
		bottom: 0px;
	} 
/*	.slideshow.active .viewport {
		background-color: #000000;
	} */
	
/* Positioning the Slideshow controls */
.compact.slideshow {
    position: relative;
}

.compact.slideshow .controlbar {
    position: absolute;
    bottom: 0;
    left: 0;
		background-image:url(/_includes/widgets/images/translucent.png);
    z-index: 1;
}