/*Slideshow*/

#slideshow-holder {
	font-family: lucida sans, lucida, helvetica, arial, sans-serif;
	position: absolute;
	right: -1px;
	bottom: 10px;
	margin: 0px;
	z-index: 10000;
}

#slideshow-holder dt {
	margin:0;
	padding:0;
	position: relative;
}

#slideshow-holder a {	
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#slideshow-holder a:hover {
	border-bottom: 0px;
	color: #000;
}

.slideshow-header {
	padding: 6px 0 0 15px !important;
    display: block;
    height: 34px;
    width: 170px;
    background: transparent url("../images/blocklink-bg.png") no-repeat;
    cursor: pointer;
    font-size: 140%;
    border-right: 1px solid #ffffff;
}

* html .slideshow-header {
	height: 46px;
}

.slideshow-header:hover, 
.slideshow-header.selected {
	background: #fc0 url("../images/blocklink-hover.png") no-repeat;
}

.slideshow-header:active {
	background: #fc0 url("../images/blocklink-pressed.png") no-repeat;
}

.slideshow-header.selected a,
.slideshow-header:hover a {
	color: #555555 !important;
}

.slideshow-section {
	position: absolute;
	left: -698px;
	top: 20px;
}

.slideshow-section ul {
	display: none;
	list-style: none;
	font-size: 120%;
	width: 600px;
}

.slideshow-section ul.default {
	display: block;
}

.slideshow-slide {
	display: inline;
}

.slideshow-strapline {
	bottom: -150px;
	left: -78px;
	position: relative;
	cursor: pointer;
	z-index: 600;
}

.slideshow-strapline a, .slideshow-link a{
	color: #555555;
	
}

.slideshow-strapline a:hover, .slideshow-link:hover {
	color: #FFA200;
	text-decoration: none;
}

.slideshow-strapline.current a {
	color: #FFA200;
}


.slideshow-text {
	bottom: 100px;
	left: 370px;
	top: -100px;
	position: absolute;
	display: none;
	z-index: 601;
	color: #fff;
}

.slideshow-text a {
	color: #fc0 !important;
}
.slideshow-text a:hover  {
	color: #f00 !important;
}


.slideshow-text.default {
	display: block;
}

.image-preloader {
	position: absolute;	
	display: block;
	left: -4px;
	top: 0px;
	width: 974px;
	height: 344px;
	overflow: hidden;
}

#slideshow-image-current, #slideshow-image-next{
	position: absolute;
}



/* Individual slides */
.slideshow-blurb a {
	position: absolute;
	color: #fc0 !important;
	z-index: 500;
	padding: 5px;
	display: inline-block;
}

.slideshow-blurb a:hover {
	outline: 2px solid #fff;
	color: #000 !important;
	background: #fc0;
	opacity: 0.9;
}
.slideshow-blurb a:active {
	background: #CF8300;
	border-bottom: none;
}

#slides-explorer .slideshow-blurb a {
	left: 470px;
	top: 94px;
}
#slides-mapbuilder .slideshow-blurb a {
	left: 470px;
	top: 45px;
}

#slides-mapping .slideshow-blurb a {
	left: 735px;
	top: -125px;
}

#slides-open-data .slideshow-blurb a {
	left: 560px;
	top: 65px;
}








