.taWebImageGallery .taWebImageGallery_Body{
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    height: 501px;
    width: 800px;
}


.taWebImageGallery .taWebImageGallery_Body .taWebImageGallery_Image{
    height: 440px;
    width: 800px;
    cursor: zoom-in;
}


.taWebImageGallery .taWebImageGallery_Body .taWebImageGallery_Gallery{
    margin: 3px;
    height: 48px;
    float: left;
    width: 800px;
}

.taWebImageGallery .taWebImageGallery_Body .taWebImageGallery_ThumbDiv{
    margin: 3px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    overflow: hidden;
    width: 60px;
    height: 60px;
}

.taWebImageGallery .taWebImageGallery_Body .taWebImageGallery_ThumbImage{
    cursor: pointer;
    width: 60px;
    height: 60px;
}
