.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.slide{
    height: 200px !important;
    margin: 0;
    overflow: hidden;
    position: relative !important;
    width: 940px;
}

.items div {
	float:left;
}
.slide-image{
width: 450px;
text-align: center;
}
.slide-text{
padding-left: 40px;
padding-right: 40px;
width: 370px;
text-align: center;
padding-top: 20px;
}
.slide-text h1{font-size:32px; line-height:42px;}