#slideshow { width: 100%; height:100%;float:left;margin:0px;padding:0px;z-index:-1;position:absolute;top:0;}
#slideshow div { width:100%;height:100%; padding:0px;margin:0px; color: #333; text-align: left; font-size: 16px; overflow: hidden }
#output { text-align: left; }



#header_slide{
width:480px;
height:260px;
margin:0px 0 0 20px;
text-align: right;
}

#clients{
width:190px;
height:55px;
float:left;
}
div.prev, div.next{
width:15px;
float:left;
top:15px;
position:relative;
}
div.next{
margin-left:10px;
}
div.prev a{
display:block;
width:7px;
height:9px;
background-image: url(../images/prev_side_arrow.gif);
background-position: left top;
background-repeat: no-repeat;
text-indent: -9999px;
} 
 div.next a{
display:block;
width:7px;
height:9px;
background-image: url(../images/next_side_arrow.gif);
background-position: left top;
background-repeat: no-repeat;
text-indent: -9999px;
} 
