<!-- Normal states -->
<item android:state_focused="false" android:state_enabled="true" android:drawable="@drawable/slideshowbutton3default" />
<!-- Disabled states -->
<item android:state_enabled="false" android:drawable="@drawable/slideshowbutton3disable" />
<!-- Focused states -->
<item android:state_focused="true" android:state_enabled="true" android:state_pressed="false" android:drawable="@drawable/slideshowbutton3focus" />
<!-- Pressed -->
<item android:state_pressed="true" android:state_enabled="true" android:drawable="@drawable/slideshowbutton3press" />