.imgwin
{
 float:left;
 display:block;
 width:140px;
 text-align:center;
 height:110px;
 background:#EEF9FF;
 border:1px solid #5995D3;
 margin:10px;
 overflow:hidden;
 font-size:9pt;
 cursor:pointer;
}

.imagethumb
{
 display:block;
 width:140px;
 height:100px;
 overflow:hidden;
}

.imagethumbname
{
 display:block;
 width:126px;
 height:20px;
 overflow:hidden;
 margin:2px;
}
 
.imagethumbsize
{
 display:block;
 width:146px;
 height:20px;
 overflow:hidden;
 margin:2px;
} 
 
.imgwin:hover 
{ 
  background-color:#D9EEFF; 
  border:1px solid #145EA7;
}
   
.imgwin img
{
 border:0;
}
   
.imgwidthmore
{
 margin:5px 0 0 2px !important;
}
   
.imgheightmore
{
 margin:5px 0 0 2px !important;
}
