/**
 *  Slideshow
 *
 *  This stylesheet contains rules for the 'Future of Thameslink' image slideshow element.
 *
 *  @package thameslink_modules_slideshow
 */

.home .future-of-thameslink h2 {
	margin-left: 10px;
}

.home .future-of-thameslink p {
	display: none;
}

#slideshow {
	height: 221px;
	margin-top: -10px;
	position: relative;
}

#slideshow .overlay {
	background: url(../img/black-overlay-homepage.png) no-repeat;
	bottom: 0;
	height: 61px;
	left: 0;
	margin-bottom: -1px;
	position: absolute;
	width: 450px;
}

#slideshow h3 {
	bottom: 25px;
	color: #FFF;
	font-size: 1.8em;
	left: 15px;
	position: absolute;
}

#slideshow p {
	bottom: 15px;
	color: #FFF;
	display: block;
	font-size: 1.1em;
	left: 15px;
	margin: 0;
	position: absolute;
}

#slideshow a.more-button {
	background-image: url(../img/buttons/button-zoom.png);
	bottom: 15px;
	display: block;
	height: 26px;
	position: absolute;
	right: 15px;
	width: 28px;
}

#slideshow a.more-button:hover {
	background-image: url(../img/buttons/button-zoom-hover.png);
}

#slideshow a.more-button span,
#slideshow a.hidden-image {
	display: none;
}