/*Photo Gallery*/
#locationPhotos
{
overflow: auto; 
width: 480px;
height:135px;
position:relative;
left:15px;
padding:0;
margin-bottom:20px;
}

#locationPhotos ul
{
margin: 0; 
padding: 0;
width:800px;
list-style-type: none;
}

#locationPhotos li
{
overflow: hidden; 
float: left;
width:150px;
margin:0 5px;
padding:0;
}

.prev
{
display:none;
float:left;
margin:45px 0 0 5px;
width:20px;
height:26px;
background:url(/sub_things_to_do/events/output_pages/images/scarecrow_contest_winners/prev_arrow.gif);
}

.next
{
display:none;
float:right;
margin:45px 5px 0 0;
width:20px;
height:26px;
background: url(/sub_things_to_do/events/output_pages/images/scarecrow_contest_winners/next_arrow.gif);
}

.disabledPrev {background:url(/sub_things_to_do/events/output_pages/images/scarecrow_contest_winners/prev_arrow_gray.gif);}

.disabledNext {background:url(/sub_things_to_do/events/output_pages/images/scarecrow_contest_winners/next_arrow_gray.gif);}

