a,
		a:hover {
			border: none;
			text-decoration: none;
		}
		img,
		a img {
			border: none;
		}
		pre {
			overflow-x: scroll;
			background: #ffffff;
			border: 1px solid #cecece;
			padding: 10px;
		}
		
		.clear { clear: both;  }
		
		.zoomed > .container-2 {
			-webkit-filter: blur(3px);
			filter: blur(3px);
		}
		
		.container-2 {
			width:1170;
			margin: 0 auto;
		}
		
		.gallery {
			float: left;
			background: #ffffff;
			padding:0px;
			margin: 0;
			-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
			-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
			box-shadow: 0 1px 3px rgba(0,0,0,0.25);
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}
		.gyl-img{ width:100%; height:auto;}
		.gallery div {
			float: left;
			padding: 10px;
		}
	
		.gallery a,
		.gallery img {
			float: left;
		}
