Alright reporting back. I've installed the RokSlideshow module and am able to get a slide on the banner.
My only problem is... What i liked about the RokStories is that you could use the banner design, then have images cycle through in the little image square (if that makes any since.)
I guess basically my question is... Is there anyway to use the RokStories background (from the grunge template) and have pictures cycling through the little beige frame in the middle?
Just out of curiosity i went into the style1.css file and change these values#rt-showcase .rokstories-layout2 .feature-arrow-r {background: url(../images/body/style1/buttons.png) -38px 0px no-repeat;cursor: pointer;height: 40px;position: absolute;right: 0;top: 70%;width: 40px;}
#rt-showcase .rokstories-layout2 .feature-arrow-l {background: url(../images/body/style1/buttons.png) 0px 0px no-repeat;cursor: pointer;height: 35px;left: 0;position: absolute;top: 70%;width: 40px;}
/* RokStories */
.rokstories{background: url(../images/backgrounds/style1/showcasebasetwopictures1.png) no-repeat;}
to
#rt-showcase .rokslideshow .feature-arrow-r {background: url(../images/body/style1/buttons.png) -38px 0px no-repeat;cursor: pointer;height: 40px;position: absolute;right: 0;top: 70%;width: 40px;}
#rt-showcase .rokslideshow .feature-arrow-l {background: url(../images/body/style1/buttons.png) 0px 0px no-repeat;cursor: pointer;height: 35px;left: 0;position: absolute;top: 70%;width: 40px;}
/* Rokslideshow */
.rokslideshow{background: url(../images/backgrounds/style1/showcasebasetwopictures1.png) no-repeat;}
But that didn't seem to work... No clue if i had the right idea or not, haha. Just thought i'd give it a shot.
Thanks again for the help!
Myg0t