#slider1 {
    width: 910px; /* important to be same as image width */
    height: 340px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-top:135px;
	}

#slider1 a img{
	border:none;
}

#slider1Content {
    width: 910px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-top: 0px;
	height:340px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	font-family:Helvetica;
    position: absolute;
	font-size:20px;
	line-height:26px;
	color:#FFF;
	font-weight:600;
    padding:64px 72px;
    background: url('../images/text.png') no-repeat top left;
	height:222px;
	width: 200px;
	text-align:right;
	
	display: none;
}

.slider1Image span.dark {
	
    background: url('../images/text2.png') no-repeat top left;
    color: #477D8E;
	font-weight:400;
}

.slider1Image span strong {
	font-size:24px;
	line-height:28px;
	font-weight:600;
}

.right {
	right: 0;
	top: 0;
	width: 283px !important;
	height: 340px;
}

.left {
	top: 0;
    left: 0;
	width: 288px !important;
	height: 280px;
}

#slider1 ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#slider1 ul li{
	list-style:none;
	margin:0px;
	padding:0px;
}

.right2 {
	right: 0;
	top: 0;
	width: 263px !important;
	height: 340px;
}

.slider1Image span.light2 {
    background: url('../images/text-b-outl.png') no-repeat top left;
    color: #FFF;
	font-weight:200;
	font-size:18px;
	padding:50px 52px 50px 102px;
	height:240px;
	width:283px;
	
}

.slider1Image span.dark2 {
    background: url('../images/text-b-dark.png') no-repeat top left;
    color: #333;
	font-weight:200;
	font-size:14px;
	padding:50px 52px 50px 102px;
	height:240px;
	width:283px;
}


#slider1 img.brand{
	margin-bottom:12px;
}


.clear {
	clear: both;
}
.slider1Image span strong {
	font-size:24px;
	line-height:28px;
	font-weight:600;
}