﻿div.img-view-container
{
    height: 100%;
}
table.img-view-table
{
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
table.img-view-table td.img-to-left,
table.img-view-table td.img-to-right
{
    cursor: pointer;
    background-color: #f5f5f5;
    -moz-opacity: 0.4; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.4; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.4; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
table.img-view-table td.img-to-left:hover,
table.img-view-table td.img-to-right:hover
{
    -moz-opacity: 1; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
    opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
table.img-view-table td.img-current
{
    text-align: center;
    width: 100%;
}
table.img-view-table td.img-current img.img-full-size
{
    cursor: pointer;
    display: none;
}
table.img-view-table td.img-view-header
{
    color: #66635E;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    height: 20px;
}