/* @override http://marketingunplugged.com.au/css/spring.slideshow.css */

#slideshow {
	position: relative;
	list-style-type: none;
	margin: 0;
}

#content #crossfader {
	/*position: relative;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content #crossfader li {
	position: absolute;
	top: 0;
	left: 0;
}

#content #crossfader li img {
	display: block;
}

#content #controls {
	position: relative;
	/*bottom: 20px;
	left: 0;
	right: 0;*/
	height: 30px;
	z-index: 10;
}

#content #crossfader .crossfader-counter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -37px;
	z-index: 10;
	text-align: center;
	height: 30px;
}

#content #controls #crossfader-previous {
	position: absolute;
	left: 0;
	top: 5px;
	cursor: pointer;
}

#content #controls #crossfader-next {
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
}