#morepics, #morepics2{
    width: 100px;
    height: 300px;
    margin: 5px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 4px;
}

.picbig{
    left:-445px;
    top:-120px;
    width: 444px;
    height: 343px;
    background-color: white;
    position: relative;
    border: 1px solid #8f99a6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 4000;
    display: none;
}

.picsmall{
    width: 130px;
    height: 97px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.innerpicsmall{
    float:left;
    z-index:9000;
    border:1px solid #8f99a6;
}
/*div.innerpicsmall:hover{
            border-left:5px solid white;
        }*/

#moreads{
    width:138px;
    height:125px;
    margin-bottom:25px;
    text-align:center;
}

.citynameoverlay{
    position:absolute;
    bottom:-2px;

    height: 25px;
    width:130px;

    text-align: center;

    background-color: #8F99A6;

    opacity:0.95;
    filter: alpha(opacity=95);

    overflow: hidden;
    /*
     height: 35px;
     overflow:hidden;
     */
}

.citynameoverlaytext {
    text-decoration: none;
    color:black;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans;
    text-align: center;
    margin:0px;
    padding-top: 3px;
    height: 25px;
}