@charset "utf-8";
/* CSS Document */

			hr {
				margin: 75px -20px;
				height: 0;
				padding: 0;
				border: 0;
				border-top: 1px solid #ccc;
			}
			pre {
				border-left: 5px solid #ccc;
				width: 100%;
				padding: 10px 0 10px 20px;
				overflow: auto;
			}

		 
			#intro p {
				font-size: 18px;
				line-height: 24px;
			}

			.thumbs,
			.gallery,
			.links,
		
			.thumbs {
				width:100%;
				height: auto;
				overflow: auto;
				padding-bottom: 20px;
				text-align: center;
				margin-bottom:10px;
			}
			.thumbs:after {
				content: " ";
				display: block;
				clear: both;
			}
			.thumbs a {
				display: inline-block;
				margin: 20px 43.5px 0 0;
				float:left;
			}
			.thumbs a:nth-child(6), .thumbs a:nth-child(12), .thumbs a:nth-child(18),.thumbs a:nth-child(24){
				margin-right:0;
			}
			thumbs img
			{
				width: 130px;
				height: 130px;
			}
			.thumbs img,
			.gallery img {
				background: transparent;
				width: 147px;
				border: #ccc solid 1px;
				padding: 5px;

			}
			.thumbs a:hover img {
				border-color: #999;
			}
			.slider {
				height: 475px;
			}
			.links {
				padding: 30px 50px;
			}
			.links a {
				line-height: 30px;
				float:left;
			}

			.hidden {
				display: none;
			}