div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}
div#slide-wrap-front {
width:954px;
height:500px;
display:block;
position: relative;
}
div#slideshow span.image-wrapper {
	display: table-cell;
	width:954px;
	height:500px;
	vertical-align:middle;
	text-align: center;
}
div#slideshow img {
display: block;
margin:auto;
margin-top:-5px;
}

