.slider-container {
	position:relative;
	width:1240px;
	height:516px;
	padding-top:5px;
	background:none;
	left:50%;
	margin-left:-620px;
	z-index:1;
}
#slider-1{
	overflow:hidden;
	background:url(../images/loader.gif) 50% 50% no-repeat;
	width:1240px;
	height:516px;
	margin:0 auto;
	position:relative;
}

.slider-1{
	position:relative;
	margin:0 auto;
	width:1240px;
	height:516px;
	overflow:hidden;
}
.control{position:absolute;top:370px;right:153px;z-index:100}

.prev-1,.next-1{
    height: 87px;
    width: 43px;display:inline-block;
}

.prev-1 {
    background: url(../images/prev.png) 0 0 no-repeat;
}
.next-1 {width:44px;
    background: url(../images/next.png) 0 0 no-repeat;
}
.next-1:hover {
    background: url(../images/next.png) 0 -87px no-repeat;
}
.prev-1:hover {
    background: url(../images/prev.png) 0 -87px no-repeat;
}
.items{display:none}
.banner {
    display: block !important;
    height: 480px;
    position: absolute;
    left: 148px;
    top: 0;
    width: 490px;
    z-index: 90;
}
.text-1 {
	font-size:73px;
	line-height:89px;
	color:#07a2ca;
}
.text-2 {
	font-size:99px;
	line-height:120px;
	color:#1d1a33;
	margin-top:-27px;
}

.text-3 {
	font-size:179px;
	line-height:220px;
	color:#07a2ca;
	margin-top:-51px;
	margin-left:-4px;
	white-space:nowrap;
}

.text-3 span {color:#1d1a33;}