/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:370px;
    text-align:center;
    background-color:#121212;
    overflow: hidden;
}

#slideshow DIV {
	margin-left:auto;
	margin-right:auto;
    height:370px;
	width:680px;
    background-color:#121212;
}

#slideshow .blockOffer {
    background-color:#121212;
}

#slideshow DIV IMG {
    height: 370px;
    display: block;
    margin:auto;
    border: 0;
    margin-bottom: 10px;
}

#slideshow DIV a.text {
	text-decoration:none;
	color:#EBA16B;
	display:block;
	position:relative;
	top:-45px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#121212;
	background:none;
	color:#ffffff;
}
