.slider-wrap {
	clear:both;
	display:block;
	background:url(../images/home-mat-bgrd.jpg) no-repeat top left #17387B;
	border:1px solid #000000;
	margin:0 5px 0 5px;
	width:948px;
	height:250px;
}
.stripViewer {
	position:relative;
	display:block;
	z-index:5;
	overflow:hidden;
	width:638px;
	height:250px;
}
.stripViewer .panelContainer	{
	position:relative;
	width:638px;
	height:250px;
}
.stripViewer .panelContainer .panel {
	position:relative;
	display:block;
	z-index:10;
	float:left;
	width:638px;
	height:250px;
}
.img1 {
	background:url(../images/bgrd-slice-1.png) no-repeat top left;
}
.img2 {
	background:url(../images/bgrd-slice-2.png) no-repeat top left;
}
.img3 {
	background:url(../images/bgrd-slice-3.png) no-repeat top left;
}
.img4 {
	background:url(../images/bgrd-slice-4.png) no-repeat top left;
}
.img5 {
	background:url(../images/bgrd-slice-5.png) no-repeat top left;
}
.img6 {
	background:url(../images/bgrd-slice-6.png) no-repeat top left;
}

.wrapper {
	width:400px;
	margin:40px 0 0 210px;
}
.panel h2 {
	display:block;
	position:absolute;
	width:550px;
	top:10px;
	left:100px;
	font-size:46px;
	line-height:1.0em;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	opacity:.10;
	filter:alpha(opacity=10);
}
.panel h3 {
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	line-height:1.2em;
	text-transform:uppercase;
}
.panel p {
	color:#ffffff;
}
.panel hr {
	margin:5px 0 8px 0;
	border:1px solid #ffffff;
	opacity:.2;
	filter:alpha(opacity=20);
}
.stripNavL, .stripNavR, .stripNav { display:none; }
#movers-row {
	display:block;
	position:relative;
	float:right;
	z-index:1;
	margin:1px 0 0 0;
	width:309px;
	height:250px;
}
#movers-row div a {
	display:block;
	background:url(../images/slider-arrow.png) no-repeat 25px center;
	padding:11px 0 11px 50px;
	border-bottom:1px solid #395d9d;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	width:260px;
}
#movers-row div a:hover {
	background:url(../images/slider-arrow-red.png) no-repeat 5px center;
	width:280px;
	padding:11px 0 11px 30px;
}

#movers-row div a.active-thumb {
	background:url(../images/slider-arrow-red.png) no-repeat 5px center;
	width:280px;
	padding:11px 0 11px 30px;
}

a.slider-content-link {
	clear:both;
	float:right;
	font-size:12px;
	padding:0 13px 0 0;
	background:url(../images/link-arrow.png) no-repeat right center;
	color:#c8c8c8;
	text-transform:uppercase;
	text-decoration:none;
}

a:hover.slider-content-link {
	color:#ffffff;
}

