.slideshow {
	width: 960px;
	overflow: hidden;
	height: 330px;
	position: relative;	
	z-index: 5;
}

.slideshow .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slideshow .image.invisible {
	filter: alpha(opacity=0);	/* internet explorer */
	-khtml-opacity: 0;			/* khtml, old safari */
	-moz-opacity: 0;			/* mozilla, netscape */
	opacity: 0;					/* fx, safari, opera */
}

.slideshow .image img {
	width: 100%;
	height: 100%;
}

.dc-head-logo .image img {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
