/* **For Borough Bloom Lists** */
.boroList, .monthList {list-style:none outside;text-align:center;}

.monthList {margin-top:-7px;}

.boroList li, .monthList li 
{
display:inline;
padding:1px 3px 4px 7px;
border-left:1px solid #e6e1db;
}

.boroList li.first, .monthList li.first {border-left:none;}

.boroNav
{
background-color:#F8F6F4;
border-top:1px solid #E6E1DB;
border-bottom:1px solid #E6E1DB;
padding:4px;
margin-bottom:15px;
}

h2.month {clear:both;border-top:1px solid #e6e1db;margin-top:10px;padding-top:5px;}

.plantList {list-style:none outside;}

.plantList li ul {list-style-type:disc;margin-left:20px;}

.imgTitle { color:#999;}

/* **For Bloom Gallery** */
.prev
{
display:none;
float:left;
background:url(/sub_things_to_do/highlights/blooming_calendar/bloom_gallery/images/prev_arrow.gif);
width:35px;
height:45px;
margin-top:185px;
}
.next
{
display:none;
float:right;
background:url(/sub_things_to_do/highlights/blooming_calendar/bloom_gallery/images/next_arrow.gif);
width:35px;
height:45px;
margin-top:185px;
}

.disabledPrev {background:url(/sub_things_to_do/highlights/blooming_calendar/bloom_gallery/images/prev_arrow_gray.gif);}

.disabledNext {background:url(/sub_things_to_do/highlights/blooming_calendar/bloom_gallery/images/next_arrow_gray.gif);}

#gallery
{
margin-left:90px;

overflow:auto;
text-align:center;
}

#gallery_thumbs
{

}

.column
{
float:left;
}

div.column div
{
width:125px;
height:130px;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
padding:10px 0 0 5px;
}

.first_col {border-left:1px solid #ccc;}
.first_row {border-top:1px solid #ccc;}