.pushpin {
    position: absolute;
    top: -12px;
    right: 75px;
}
.pushpin1 {
    position: absolute;
    top: -7px;
    right: 68px;
    background-image: url("../img/pushpin2.png");
    width: 18px;
    height: 23px;
}


.picture {
    width: 150px;
    height: 186px;
    background-image: url("../img/polaroid.png")	;
    background-repeat:no-repeat;
    position: absolute;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}
.picturehover {
    background-image: url("../img/polaroid-sel.png")	;
}
.picimgdiv {
    text-align: center;
}
.picimg {
    margin-top: 5px;
    height: 124px;
    width: 121px;
    left: -4px;
    top: -1px;
    position: relative;
}

.pictext {
    left: 0px;
    top: 141px;
    width: 140px;
    position: absolute;
    text-align: center;
    font-family: "photofont", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1;
   /* font-weight: bold;*/
    color: black;
}

@font-face {
    font-family: 'photofont';
    src: url('playtime-webfont.eot');
    src: url('playtime-webfont.eot?#iefix') format('embedded-opentype'),
         url('playtime-webfont.woff') format('woff'),
         url('playtime-webfont.ttf') format('truetype'),
         url('playtime-webfont.svg#playtime_with_hot_toddiesRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*/////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width : 565px) {
    .zview img {
        height: inherit;
        width: 100%;
    }
}
/*/////////////////////////////////////////////////////////////////////////////*/

