
		.item21 {
			text-align:center;
			float:left;
			margin:5px;
			position:relative;			
		}
		
			.item21,
			.item21-hover,
			.item21-hover .mask,
			.item21-img,
			.item21-info {
				width: 200px;
				height: 160px;	
			}

			.item21-hover,
			.item21-hover .mask,
			.item21-img { 
				position:absolute;
				top:0;
				left:0;			
			}			
		
			.item21-type-line .item21-hover {	
				z-index:100;	
				-webkit-transition: all 300ms ease-out;
				-moz-transition: all 300ms ease-out;
				-o-transition: all 300ms ease-out;
				transition: all 300ms ease-out;	
				opacity:0;
				cursor:pointer;						
				display:block;
				text-decoration:none;
				text-align:center;
			}
			
				.item21-type-line .item21-info {
					z-index:10;
					color:#ffffff;
					display:table-cell;
					vertical-align:middle;
					position:relative;
					z-index:5;				 					
				}
			
				.item21-type-line .item-info .headline {
					font-size:20px;					
				}
				
				.item21-type-line .item21-info .line1 {
					 height:1px;
					 width:0%;
					 margin:15px auto;
					 background-color:#ffffff;
					-webkit-transition: all 500ms ease-out;
					-moz-transition: all 500ms ease-out;
					-o-transition: all 500ms ease-out;
					transition: all 500ms ease-out;					 
				}

				.item21-type-line .item21-hover .mask {
					background-color:#000;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter: alpha(opacity=50);										
					opacity:0.5;
					z-index:0;
				}
				
				.item21-type-line .item21-hover:hover .line1 {
					width:40%;
				}
				
				.item21-type-line .item21-hover:hover {
					opacity:1;
				}				
			
			.item21-img {			
				
				z-index:0;			
			}