#volunteerPhotos
{
overflow: auto; 
width: 425px;
height:150px;
position:relative;
left:7px;
padding:0;
margin-bottom:30px;
}

#volunteerPhotos ul
{
margin: 0; 
padding: 0;
width:9000px;
list-style-type: none;
}

#volunteerPhotos li
{
overflow: hidden; 
float: left;
width:200px;
margin:0 5px;
padding:0;
}

.prev
{
display:none;
float:left;
margin:40px 0 0 10px;
width:20px;
height:26px;
background:url(/images/volunteer_slideshow/prev_arrow.gif);
}

.next
{
display:none;
float:right;
margin:40px 10px 0 0;
width:20px;
height:26px;
background: url(/images/volunteer_slideshow/next_arrow.gif);
}

.disabledPrev {background:url(/images/volunteer_slideshow/prev_arrow_gray.gif);}

.disabledNext {background:url(/images/volunteer_slideshow/next_arrow_gray.gif);}

