#slidebox {
height: 223px;
padding: 7px 30px;
margin: 0;
}

#slidebox .next  {
position: absolute;
top: 5px;
right: 0;
z-index: 2;
}

#slidebox .previous {
position: absolute;
top: 5px;
left: 0;
z-index: 2;
}

#slidebox .next a{
display: block;
height: 233px;
width: 42px;
background-image: url(img/arro_right.gif);
background-repeat: no-repeat;
}

#slidebox .previous a{
display: block;
height: 233px;
width: 42px;
background-image: url(img/arro_left.gif);
background-repeat: no-repeat;
}

#slidebox .next a:hover{
display: block;
height: 233px;
width: 42px;
background-image: url(img/arro_right_act.gif);
background-repeat: no-repeat;
}

#slidebox .previous a:hover{
display: block;
height: 233px;
width: 42px;
background-image: url(img/arro_left_act.gif);
background-repeat: no-repeat;
}