.out {
	padding:0px 0px 0px 0;    
  margin: 0px auto 0px auto;
}
                   
.wrapper
{
    position:relative;
    float:left;
    
     
  
}


/* --- viewport configuration ---------------------------------------------------------- */
        .viewport {
            border: 3px solid #eee;
            float: left;
            height: 300px;
            margin: 0 1px 20px 1px;
            padding:0;
            overflow: hidden;
            position: relative;
            width: 190px;
            
        }
        
        .leftview{      
            float: left;
            height: 300px; 
            width: 190px;   
            overflow: hidden;
            position: relative;   
            
            display :table;
        
        
        }
        

        /* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
           class to the last thumbnail in each row to get rid of the margin-right. */
        .no-margin {
            margin-right: 0;
        }

        /* --- Link configuration that contains the image and label ----------------------------- */
        .viewport a {
            display: block;
        }

        .viewport a img {
            height: 300px;
            width: 190px;
		      	border-style:none;
        }

        /* --- Label configuration -------------------------------------------------------------- */
        .viewport a span {
            display: none;
            font-size: 18px;
            font-weight: bold;
            height: 100%;
            padding-top: 120px;
            position: absolute;
            text-align: center;
            text-decoration: none;
            width: 100%;
            z-index: 100;
        }
            .viewport a span em {
                display: block;
                font-size: 0.45em;
                font-weight: normal;
            }

        /* --- Dark hover background ------------------------------------------------------------ */
        .dark-background {
            background-color: rgba(15, 15, 15, 0.6);
            color: #fff;
			font-family:微軟正黑體;
            text-shadow: #000 0px 0px 20px;
        }
            .dark-background em {
				margin:10px;
                color: #ccc;
            }

        /* --- Light hover background ----------------------------------------------------------- */
        .light-background {
            background-color: rgba(255, 255, 255, 0.6);
            color: #333;
            text-shadow: #fff 0px 0px 20px;
        }
            .light-background em {
                color: #707070;
            }

        /**
         * You could create multiple hover background classes for different looks depending on the
         * image type. Use your imagination!
         */