@charset "UTF-8";
/* CSS Document */
#slider {
    width: 682px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background:url(../../images/nettle-construction-device.png) no-repeat center #eee;
}
#sliderContent {
    width: 682px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
    padding: 15px 30px 30px 15px;
	width:200px;
	/*
    background-color: #b10f2a;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
	-khtml-opacity: 0.85;
    opacity: 0.85;
	*/
    display: none;
}
.sliderImage span strong {
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
}
/*
.sliderImage span a,a:link  {
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	line-height:18px;
}
.sliderImage span a:hover  {
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
*/
.top {
	top: 0;
	left: 250px;
}
.bottom {
	bottom: 0;
    left: 0;
}