div.slider-wrapper {
	width: 620px;
	height:420px;
	padding:10px;
    background-image: url("../img/bgr-portfolio-big.png");
    background-repeat: no-repeat;	
}

#slider {
    width: 600px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 600px; /* 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;
    padding: 10px 13px;
    width: 600px;
    background-image: url("../img/bgr-black70.png");
    display: none;
    color:white;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size:1.2em;
	line-height: 1.8em;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}


#slider a {
	color: white;
	margin-right:2em;
}
