

#storyboardWrapper{
    width : 90%;
    margin : 25px auto;
}

#storyboardWrapper #storyboardNav{
    width : 100%;
    height : 100px;
    margin : 25px auto;
}

#storyboardWrapper #storyboardNav h4{
    float : left;
}

#storyboardWrapper #storyboardNav #pageNav{
    float : left;
    margin : 20px 10px 0 10px;
}

#storyboardWrapper #storyboardNav #addressWrapper{
    float : left;
    width : 450px;
    margin : 0 0 0 10px;
}

#storyboardWrapper #storyboardNav #addressWrapper td{
    padding : 0 5px;
}

#storyboardWrapper #map
{
    width : 100%;
    height : 500px;
}

.infoWindow {
    font-size: 10pt;
    width: 330px;
    min-height: 50px;
    padding: 10px;
    line-height: 1.4em;
    float: left;
}

.infoBox{
    max-height : 300px;
    overflow-y: auto;
    background-color: #FFFFFF;
    opacity: 0.95;
    width: 370px;
    border : 1px solid #CCCCCC;
}

.infoWindow .link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    display: block;
}
