Nothing changed. Is this the script about the post slider (style.css 2532)? Should i change seconds at this code? The problem is when it starts, which one is that… Have you tested?
#posts-slider .slide-caption-container {
position: absolute;
right: 50%;
width: 940px;
height: 100%;
margin-right: -470px;
#posts-slider .flex-caption {
z-index: 99;
position: absolute;
bottom: -300px;
background: #fff;
height: auto;
display: block;
text-align: left;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition-delay: 1s;
-moz-transition-delay: 1s;
-webkit-transition-delay: 1s;
-o-transition-delay: 1s;