
			#wrapper {
				background-color: #fff;
				width: 70%;
				min-width: 675px;
				padding: 50px 50px 100px 50px;
				margin: 0 auto;
				border: 1px solid #ccc;
				box-shadow: 0 0 5px #ccc;
			}
			.thumbs:after {
				content: " ";
				display: block;
				clear: both;
			}
			.thumbs a {
				display: inline-block;
				margin: 20px 20px 0 0;
				width:31%;
			}
			thumbs img
			{
				width: 130px;
				height: 130px;
			}
			.thumbs img,
			.gallery img {
				border: 1px solid #ccc;
				background: #fff;
				padding: 9px;
			}
			.thumbs a:hover img {
				border-color: #999;
			}
			.gallery {
				height: 300px;
				padding: 30px 0;
			}
			.slider {
				height: 475px;
			}
			.links {
				padding: 30px 50px;
			}
			.links a {
				line-height: 30px;
			}

			.hidden {
				display: none;
			}
