/* SLIDESHOW */

#home-slideshow{
	position: relative;
	display: inline-block;
	width: 350px;
	height: 197px;
	float: right;
	margin-bottom: 20px;
}


#home-slideshow menu{
	position: absolute;
	bottom: 2px;
	left: 7px;
	z-index: 50;
	min-width: 30px;
	height: 20px;
}

#home-slideshow menu li{
	float: left;
	list-style-type: none;
	line-height: 0.75em;
	text-decoration: none;
}

#home-slideshow menu a{
	color: #fff;
	font-size: 2.5em;
}

#home-slideshow menu a:hover{
	border: none;
}

#home-slideshow menu li.activeSlide a{
	color: #1B6288;
}
