.mgallery {
	margin:0px auto;
	width:470px;
}

/* gallery width info */
.mw_gallery_full_image {
 float:left;
 display:block;
 width:310px;
 text-align:center;
 height:137px;
 margin:0 7px 14px 7px;
 overflow:hidden;
 font-size:9pt;
 cursor:pointer;
 position:relative;
}
.mw_gallery_full_image .imgwin {
 border:1px #ccc solid;
 float:none;
 display: block;
 width:308px;
 text-align:center;
 height:135px;
 background-color:#eee;
 overflow:hidden;
 font-size:9pt;
 color:#ffa;
 cursor:pointer;
}

/* gallery widthout info */
.mw_gallery_simple_image {
 float:left;
 width:202px;
 text-align:center;
 height:137px;
 margin:0 5px 14px 13px;
 overflow:hidden;
 font-size:9pt;
 cursor:pointer;
}
.mw_gallery_simple_image .imgwin {
 border:1px #ccc solid;
 float:none;
 display:block;
 width:200px;
 background-color:#eee;
 text-align:center;
 height:135px;
 overflow:hidden;
 color:#ffa;
}

.imagethumb {
 display:block;
 display:table-cell;
 vertical-align:middle;
 float:none;
 margin:auto 0;
 width:200px;
 height:135px;
 overflow:hidden;
 line-height:135px;
}
.mwgallery_infobox {
 display:block;
 display:table-cell;
 vertical-align:middle;
 width:162px;
 height:135px;
}
.imagethumbname {
 display:block;
 padding:2px 1px;
 width:158px;
 font-size:8pt;
}
 
.imagethumbsize { 
 display:block;
 width:158px;
 overflow:hidden;
} 

.imagethumbdesc {
 display:block;
 width:158px;
 overflow:hidden;
}

 
.mw_gallery_simple_image a.imgwin:hover  { 
  background-color:#ddd; 
}

.mw_gallery_full_image a.imgwin:hover  { 
  background-color:#ddd; 
}

   
.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;
}
