.simpleslider { position:relative; }
.simpleslider img.placeholder { /*position:absolute; top:0; left:0; */width:100%; }
.simpleslider .simpleslide { display:block; position:absolute; top:0; width:100%; opacity:0; height:570px; background-repeat:no-repeat; background-position:center top; }
.simpleslider .simpleslide .content { position:absolute; bottom:40px; color:white; width:650px; margin-left:125px; text-shadow:0 0 3px rgba(0,0,0,0.6); }
.simpleslider .simpleslide .content h2 { font-size:28px; line-height:28px; font-weight:normal; margin:0; }
.simpleslider .simpleslide .content h3 { font-size:50px; line-height:50px; font-weight:bold; margin:20px 0 0 0; }
.simpleslider .simpleslide .content .std { margin:20px 0 0 0; }
.simpleslider .simpleslide .content .std ul,
.simpleslider .simpleslide .content .std ol,
.simpleslider .simpleslide .content .std dl,
.simpleslider .simpleslide .content .std p,
.simpleslider .simpleslide .content .std address,
.simpleslider .simpleslide .content .std blockquote { margin:1em 0 0 0; }
.simpleslider .simpleslide.has-url { cursor:pointer; }

.simpleslider .simpleslide.show {
    -webkit-animation: simplesliderShow 1s ease-in-out 0s both;
    -moz-animation: simplesliderShow 1s ease-in-out 0s both;
    -o-animation: simplesliderShow 1s ease-in-out 0s both;
    -ms-animation: simplesliderShow 1s ease-in-out 0s both;
    animation: simplesliderShow 1s ease-in-out 0s both;
}
@-webkit-keyframes simplesliderShow {
    0% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes simplesliderShow {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes simplesliderShow {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes simplesliderShow {
    0% { opacity:0; }
    100% { opacity:1; }
}

.simpleslider .simpleslide.hide {
    -webkit-animation: simplesliderHide 1s ease-in-out 0s both;
    -moz-animation: simplesliderHide 1s ease-in-out 0s both;
    -o-animation: simplesliderHide 1s ease-in-out 0s both;
    -ms-animation: simplesliderHide 1s ease-in-out 0s both;
    animation: simplesliderHide 1s ease-in-out 0s both;
}
@-webkit-keyframes simplesliderHide {
    0% { opacity:1; }
    100% { opacity:0; }
}

@-moz-keyframes simplesliderHide {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-o-keyframes simplesliderHide {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-ms-keyframes simplesliderHide {
    0% { opacity:1; }
    100% { opacity:0; }
}
.simpleslider {
    position: relative;
    height: 650px !important;
}
.simpleslider img.placeholder{
	height:650px !important;
}
.simpleslider .simpleslide{
	background-size:cover !important;
}