.togglemale { background: url('/images/toggle_male.png'); height: 90px; width: 66px; cursor: pointer; background-position: right}
.togglefemale { background: url('/images/toggle_female.png'); height: 90px; width: 66px; cursor: pointer; background-position: right }
.togglerun { background: url('/images/toggle_run.png'); height: 90px; width: 66px; cursor: pointer; background-position: right }
.togglewalk { background: url('/images/toggle_walk.png'); height: 90px; width: 66px; cursor: pointer; background-position: right }
.selected { background-position: left }
.deselected {background-position: right }
