Wow i just goofed that up hard, and i cant edit the thread.
Code:
//slideshow start
<tr>
<td>
<style>
.mySlides {display:none;}
</style>
<center>
<h2 class="w3-center">NEXT GAME TYPE</h2>
<div class="w3-content" style="max-width:400px">
<div class="mySlides">
<center>
<table style="width:100%">
<td><h1><b>AMBUSH</b></h1>
<img src="http://score.track21houston.com/images/ambush.png" alt="ambush" align="center">
<p> GAME DESCRIPTION </p>
</center>
</td>
<center>
<td><h1><i>WEDLOCK</i></h1>
<img src="http://score.track21houston.com/images/wedlock.png" alt="wedlock">
<p> GAME DESCRIPTION </p>
</center>
</td>
</table>
</div>
<div class="mySlides">
<center>
<table style="width:100%">
<td><h1><b>WEDLOCK</b></h1>
<img src="http://score.track21houston.com/images/wedlock.png" alt="wedlock" align="center">
<p> GAME DESCRIPTION </p>
</center>
</td>
<center>
<td><h1><i>ASSASSINATION</i></h1>
<img src="http://score.track21houston.com/images/assassination.png" alt="assassination">
<p> GAME DESCRIPTION </p>
</center>
</td>
</table>
</div>
<div class="mySlides">
<center>
<table style="width:100%">
<td><h1><b>ASSASSINATION</b></h1>
<img src="http://score.track21houston.com/images/assassination.png" alt="ambush" align="center">
<p> GAME DESCRIPTION </p>
</center>
</td>
<center>
<td><h1><i>BIRTHRIGHT</i></h1>
<img src="http://score.track21houston.com/images/birthright.png" alt="ambush">
<p> GAME DESCRIPTION </p>
</center>
</td>
</table>
</div>