This is what i’ve done with the buttons css, does the div need to go into the includes/meteor-slideshow.php? Excuse the ignorance.haha
/* =Frame
-------------------------------------------------------------- */
.meteor-frame {
bottom: 0px;
left: 0px;
margin: 0;
position: absolute;
z-index: 100;
}
header#branding .meteor-frame {
left: 5px; /* A little nudge for Twenty Eleven */
}
.meteor-frame a {
background: url('../frame.png') no-repeat bottom left;
display: block;
float: left;
width: 730px;
height: 327px;
margin: 0 0px 0 0;
outline: none;
text-indent: -9999px;
}
.meteor-frame a:hover {
background: url('../frame.png') no-repeat bottom right;
}
.meteor-frame a.activeSlide {
background: url('../frame.png') no-repeat bottom right;
}