/* CSS Document */
.hdr-slide {
height:246px;
width:960px;
background:#071C47 center center no-repeat;
z-index: 0;
}
.has-slideshow #slideshow { background:#071C47; }

.hdr-slide-text {
	background:url(../images/slideshow-text-bg.png);
	position:absolute;
	right:0;
	top:70px;
	color:#fff;
	font-size:14px;
	padding:10px;
	width:300px;
	text-shadow: 2px 2px 2px #333;
}
.hdr-slide-text strong { font-size:16px; font-weight:normal; }

/* ie6 */
* html .hdr-slide-text {
	background:#091C46;
	right:10px;
	border:1px solid #092459;
}

