div.example {
    width: 100%;
    align: left;
}

div.placeholder50 {
    height: 50px;
}

div.placeholder15 {
    height: 15px;
}

div.placeholder5 {
    height: 5px;
}

div.zoomBlock {
    margin: 0;
    padding: 0;
    width: 410px;
    height: 400px;
    border: 1px solid #CCC;
    float: left;
    overflow: hidden;
}

div.slideshow {
    width:250px;
    float:left;
    align:left;
    text-align:center;
}

table.example-table {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

table.example-table td {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

div.zoomViewfinder {
    position: absolute;
    border: 1px solid #ccc;
    cursor:crosshair;
    background:url(../templateimages/lens.png) repeat 0 0;
}

.zoomBlock .zoomLoading { background-color:white; text-align:center; }
.zoomBlock .zoomLoading img {  }
