.mgallery
{
 width:655px;
}
.imgwin
{
 float:left;
 display:block;
 width:140px;
 text-align:center;
 height:110px;
 background-color:#eeeeee;
 border:1px outset #bbbbbb;
 margin:10px;
 overflow:hidden;
 font-size:9pt;
 cursor:pointer;
}

.mw_gallery_full_image .imgwin{
 height:135px;

}
.imagethumb
{
 display:block;
 width:140px;
 height:110px;
 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 0 !important;
}
   
.imgheightmore
{
 margin:20px 0 0 0 !important;
}

