#rotator {
width: 942px;
height: 320px;
background: url(http://movethegame.org/wp-content/themes/blue-rooster/images/slide_bg.jpg);
margin: 0 auto 10px;
}
ul#rotator_nav {
overflow:hidden;
width:942px;
height:149px;
margin:0 auto 20px;
list-style: none;
padding: 0;
}

ul#rotator_nav li {
width:314px;
padding: 0;
float: left;
height:149px;
}

ul#rotator_nav li a {
display:block;
width:314px;
height: 149px;
padding: 0
}

ul#rotator_nav li#nav_first a,
ul#rotator_nav li#nav_second a,
ul#rotator_nav li#nav_third a {
background-image: url(http://movethegame.org/wp-content/themes/blue-rooster/images/buttons.jpg);
background-repeat: none;
}

ul#rotator_nav li#nav_first a {background-position: 0 149px;}
ul#rotator_nav li#nav_second a {background-position: 628px 149px;}
ul#rotator_nav li#nav_third a {background-position: 314px 149px;}
