.slider-wrapper {
	overflow:hidden;
	padding:23px 0 0 0;
	width:100%;
	position:relative;
	z-index:1;
	background-color: #FFF;
	left: 100;
}
.slider {
	margin:0 auto;
	width:940px;
	height:425px;
}
.items {
	display:none;
}

.prev, 
.next {
	display:block;
	width:31px;
	height:62px;
	text-indent:-5000px;
	background:url(../images/slider-control.png) left top no-repeat;
	position:absolute;
	left:0;
	top:137px;
	z-index:99;
}
.next {background-position:right top; left:auto !important; right:0;}
.prev:hover {background-position:left bottom;}
.next:hover {background-position:right bottom;}

.banner {
	height:91px;
	width:100%;
	background:url(../images/slider-banner.jpg) 0 0 no-repeat;
	overflow:hidden;
	position:absolute;
	z-index:99;
	bottom:0;
	left:0;
}
	.banner .padding {padding:15px 24px 0px 27px;}

.title-1 {
	display:inline-block;
	font-size:48px;
	line-height:1.2em;
	color:#fff;
	padding-right:22px;
	margin-right:14px;
	background:url(../images/spacer.gif) right 8px no-repeat;
	float:left;
}
.title-2 {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:19px;
	color:#fff;
	padding-top:13px;
	margin-right:90px;
	float:left;
}
	.title-2.foo {margin-right:55px !important;}
