/* across wheel sprite */

#methodology-wheel span { display:none; }

#wheeler {
background:url(images/across_wheel-sprite.gif) no-repeat;
width:200px;
height:197px;
margin:0;
padding:0;
position:relative;
list-style: none;
}

#wheeler ul { margin: 0; padding: 0; list-style: none; }

#wheeler a { position: absolute; text-indent: -1000em; }

#wheeler1 a { top: 0px; left: 0px; width: 110px; height: 110px; }
#wheeler2 a { top: 0px; left: 90px; width: 110px; height: 105px; }
#wheeler3 a { top: 87px; left: 0px; width: 110px; height: 105px; }
#wheeler4 a { top: 87px; left: 90px; width: 110px; height: 105px; }

#wheeler1 a:hover {background:url(images/across_wheel-sprite.gif) 0px -196px no-repeat; }
#wheeler2 a:hover {background:url(images/across_wheel-sprite.gif) -90px -392px no-repeat; }
#wheeler3 a:hover {background:url(images/across_wheel-sprite.gif) 0px -868px no-repeat; }
#wheeler4 a:hover {background:url(images/across_wheel-sprite.gif) -90px -673px no-repeat; }
