#slideshow {
	margin: 0px auto;
	border: none;
	padding: 0px;
	width:960px; 
	height:480px;
	text-align: center;
	overflow: hidden;
}

.blend img {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}

.embedBtn {
	position: relative;
	top: -30px;
}
