.imgpack
{
 width:680px;
}

.imgwin
{
 float:left;
 display:block;
 width:140px;
 text-align:center;
 height:100px;
 background-color:#eeeeee;
 border:1px outset #bbbbbb;
 margin:10px;
 overflow:hidden;
 font-size:9pt;
 cursor:pointer;
}

.imagethumb
{
 display:block;
 width:140px;
 height:100px;
 overflow:hidden;
}

.imagethumbname
{
 display:block;
 width:136px;
 height:20px;
 overflow:hidden;
 margin:2px;
}
 
.imagethumbsize
{
 display:block;
 width:136px;
 height:20px;
 overflow:hidden;
 margin:2px;
} 
 
.imgwin:hover 
{ 
  background-color:#cccccc; 
  border:1px inset #bbbbbb;
}
   
.imgwin img
{
 border:0;
}
   
.imgwidthmore
{
 margin:5px 0 0 2px !important;
}
   
.imgheightmore
{
 margin:5px 0 0 2px !important;
}
