﻿.Widget 
{
    
}
.MainImage 
{
    padding:3px;
    width:350px;
    height:233px;
    text-align:center;
    border:solid 1px #efefef;
}
.thumb 
{
    cursor:pointer;
    margin:0;
    border:solid 1px #ffffff;
    height:53px;
    width:80px;
    text-align:center;
}
.thumb:hover
{
    cursor:pointer;
    margin:0;
    border:solid 1px #ff6600;
    height:53px;
    width:80px;
    text-align:center;
}
