/*
Gallery CSS
*/
#gmaster
{
 
}

.gallerySelect
{
 width:300px;
}

.imgbox
 {
 float:none;
 margin:0 0 0 20px;
 width:540px;
 } 
  
.imgwin
   {
    float:left;display:block;width:120px;height:120px;background-color:#eeeeee;margin:4px;
   }
 
.imgwin:hover { background-color:#cccccc; }
   
.imgwin img
   {
    border:0;
   }
   
.imgwidthmore
   {
    margin:15px 0 0 2px !important;
    
   }
   
.imgheightmore
   {
    margin:5px 0 0 2px !important;
    
   }
   
 .gallerySubmit
 {
  font-size: 9pt;
 font-weight: bold;
 color: #ffffff;
 border:1px solid #000000;
 text-align: center;
 background-color: #ff6600;
 background-image:url('../_img/mwshop/blackbutton.jpg');
 background-repeat:repeat-x;
 } 

