/* 
 * CSS for Rezoning Plan slideshow
 * Author: Alex Ho
 * Date: 01/16/09
 *
 *
*/

#rezoningslide li{
list-style: none;
margin: 0;
}

.innerfade-title{
position: absolute;
bottom: -28px;
left: 0;
z-index: 290;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #DFDCD1;
}
.innerfade-title h2{
color: #666;
font-size: 11px;
font-weight: normal;
padding-bottom: 3px;
}
.innerfade-img{
position: absolute;
bottom: -26px;
right: 100px;
z-index: 291;
background-color: #transparent;
font-size: 11px;
color: #666;
padding-bottom: 3px;
}
.mycontrolbox{
position: absolute;
bottom: -28px;
right: 0;
}