.splash {
	position : relative;
	margin-top : 39px;
	height : 520px;
}
.splash-item {
	position : absolute;
	height : 520px;
	background-position : center center;
	background-repeat : no-repeat;
	width : 950px;
}
.first-splash-content {
	background-image : url(../images/splash/j1.jpg);
}
.splash-text {
	position : absolute;
	top : 20px;
	right : 50px;
	width : 380px;
	height : 300px;
	padding-left : 80px;
}
.splash-text-wrapper div {
	display : none;
}
.splash-text-wrapper div.active, .splash-text-wrapper div.on-animate, .splash-text-wrapper div.col {
	display : block !important;
}
.splash-text h2 {
	color : #959fa4;
	font-weight : normal;
	margin : 5px 0px 0px;
	padding : 0px;
	font-family : Futura, tahoma, verdana, sans-serif;
	font-size : 23px;
	text-indent : -9000em;
}
.splash-text p {
	color : #7d898f;
	line-height : 22px;
	font-size : 13px;
	margin : 0px;
	padding : 0px;
	font-family : Futura, verdana, sans-serif;
	text-indent : -9000em;
}
.drop-flow {
	position : relative;
	padding-left : 50px;
}
.drop-flow .col {
	width : 400px;
	float : left;
}
.drop-flow .splash-text {
	position : relative;
	padding-left : 0px;
}
.splash-text a {
	color : #555555;
}

.splash-text-1 { background : url(../images/number-text/1.png) 50px 20px no-repeat; }
.splash-text-2 { background : url(../images/number-text/2.png) 50px 20px no-repeat; }
.splash-text-3 { background : url(../images/number-text/3.png) 50px 20px no-repeat; }
.splash-text-4 { background : url(../images/number-text/4.png) 50px 20px no-repeat; }
.splash-text-5 { background : url(../images/number-text/5.png) 50px 20px no-repeat; }
.splash-text-6 { background : url(../images/number-text/6.png) 50px 20px no-repeat; }
.splash-text-7 { background : url(../images/number-text/7.png) 50px 20px no-repeat; }
.splash-number {
	margin : 0px;
	padding : 0px;
}
.splash-number li {
	list-style : none;
	float : left;
	display : block;
}
.splash-number li a {
	display : block;
	margin : 0px 3px 0px 0px;
	color : #b2b7bb;
	text-decoration : none;
	cursor : pointer;
	padding : 5px;
	font-family: verdana;
	font-size:13px;
}
.splash-number li.active a {
	color : #676868;
	text-decoration:underline;
	font-weight:bold;
}
