/* next / prev buttons */
a.prev, a.next {
display:block;
width:30px;
height:198px;
float:left;
background-repeat:no-repeat;	
margin:0px 0 0 0;
}

a.prev {
background:url(images/slide-button-left.gif);
}


a.next {
background:url(images/slide-button-right.gif);	
margin-left: 2px;
}