#slide_control li{ list-style: none; display: block; float:left; }

/*-- next & prev buttons --*/
.next_button {
background: url(../../img/botones.gif) no-repeat -36px bottom;
height: 12px; width: 12px; cursor:pointer;
position:absolute; top:8px; right:20px;}
.next_button:hover { background-position: -36px top; }

.prev_button {
background: url(../../img/botones.gif) no-repeat 0px bottom;
height: 12px; width: 12px; cursor:pointer;
position: absolute; top: 8px; left: 20px;}
.prev_button:hover { background-position: 0 top; }
/*-- end next & prev buttons --*/

/*-- looks like pause button --*/
.pause_button {
background: url(../../img/botones.gif) no-repeat -24px bottom;
height: 12px; width: 12px; cursor:pointer;
position:absolute; top: 8px; left: 232px; }
.pause_button:hover { background-position: -24px top; }
/*-- looks like play button --*/
.start_button {
background: url(../../img/botones.gif) no-repeat -12px bottom;
height: 12px; width: 12px; cursor:pointer;
position:absolute; top:8px; left: 232px; }
.start_button:hover { background-position: -12px top; }