/* FULL */
.mw_gallery_full_image {
 float:left;
 width:160px;
 height:160px;
 font-size:12px;
 /*border:1px solid #060;*/
}
#textbox_8 .mw_gallery_full_image {
 width:255px;
 height:350px;
}
.mw_gallery_full_image .mw_gallery_imglink {
 float:none;
 display:block;
 width:140px;
 height:140px;
 margin:2px;
 text-align:center;
 background:#bf8d2e;
 /*border:1px solid #06c;*/
 overflow:hidden;
}
#textbox_8 .mw_gallery_full_image .mw_gallery_imglink {
 width:200px;
 height:325px;
 margin:2px 0px 2px 30px;

}
/* /FULL */

/* SIMPLE */
.mw_gallery_simple_image {
 float:left;
 width:160px;
 height:140px;
 font-size:12px;
 /*border:1px solid #060;*/
}

.mw_gallery_simple_image .mw_gallery_imglink {
 float:none;
 display:block;
 width:140px;
 height:120px;
 margin:2px;
 text-align:center;
 background:#bf8d2e;
 overflow:hidden;
}
/* /SIMPLE */

.mw_gallery_cell {
 width:140px;
 height:120px;
 line-height:120px;
 display:table-cell;
 text-align:center;
 vertical-align:middle;
 overflow:hidden;
 /*border:1px solid #f00;*/
}
#textbox_8 .mw_gallery_cell {
 width:200px;
 height:300px;
 line-height:300px;

}
.mw_gallery_infobox {
 display:block;
 margin:2px;
 overflow:hidden;
}

.imagethumbname {
 display:block;
}
 
.imagethumbsize { 
 display:block;
} 

.imagethumbdesc {
 display:block;
}
   
.mw_gallery_imglink img {
 border:0;
 float:none;
}

.mw_gallery_imglink:hover {
 background:#fc0;
}

