div.pictureViewer
{
border: 1px solid black;
width:190px;
float:left;
      margin-right:10px;
}

div.pictureViewer iframe
{
        width:100%;
        height:312px;
        overflow:hidden;
        border:0px;
}

div.pictureViewer_Button
{
        width:100%;
        background:green;
        color:white;
        text-align:center;
}

div.pictureViewer_Button
{
        width:100%;
        background:green;
}

img.pictureViewer
{
width:190px;
height:102px;
border:0px;
       border-bottom:1px solid black;
       border-top:1px solid black;
}
