.mw_gallery_full_image {
 float:left;
 display:block;
 width:140px;
 text-align:center;
 height:170px;
 margin:0 8px 8px 8px;
 overflow:hidden;
 font-size:9pt;
 cursor:pointer;
}

.mw_gallery_simple_image {
 float:left;
 width:140px;
 text-align:center;
 height:130px;
 margin:0 8px 8px 8px;
 overflow:hidden;
 font-size:9pt;
 cursor:pointer;
}

.mw_gallery_simple_image .imgwin {
 float:none;
 display:block;
 width:140px;
 background-color:#BBCEDB;
 text-align:center;
 height:130px;
 overflow:hidden;
 color:#ffa;
}

.mw_gallery_full_image .imgwin {
 float:none;
 display:block;
 width:140px;
 text-align:center;
 height:170px;
 background-color:#BBCEDB;
 overflow:hidden;
 font-size:9pt;
 color:#ffa;
}

.imagethumb {
 display:block;
 width:140px;
 height:110px;
 overflow:hidden;
 float:none;
 margin:auto 0;
 vertical-align:middle;
 display: table-cell;
 line-height:110px;
}

.imagethumbname {
 display:block;
 padding:2px;
 font-size:8pt;
}
 
.imagethumbsize { 
 display:block;
 width:136px;
 height:20px;
 overflow:hidden;
 padding:2px;
} 

.imagethumbdesc {
 display:block;
 width:136px;
 height:20px;
 overflow:hidden;
 padding:2px;
}

 
.mw_gallery_simple_image a:hover .imagethumbname { 
  background-color:#DEE8EF; 
}

.mw_gallery_full_image a:hover .imagethumbname { 
  background-color:#DEE8EF; 
}

   
.imgwin img {
 border:0;
}

/*   
IE 6 FIX VALIGN
.imgwidthmore
{
 margin:5px 0 0 2px !important;
}

   
.imgheightmore
{
 margin:20px 0 0 2px !important;
}
*/

.mgallery_downline {
 float:none;
 width:100%;
 height:1px;
 font-size:1px;
 clear:left;
}

