
	
.tabs {
	color: #fff;
}
.tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.tabs { display: inline-block; }
.tabs { display: block; }
	.tabs a {
		color: #999;
		text-decoration: none;
	}
	.tabs span {
		background: #535252;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		color: #fff;
		font-weight: bold;
	}
	.tabs a:hover {
		color: #fff;
	}
	.tabs a,
	.tabs span {
		display: block;
		float: left;
		padding: 8px;
		margin-right: 10px;
	}
	.tabs a.first {
		margin-left: -8px;
	}


.section {}
.section:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.section { display: inline-block; }
.section { display: block; }
	.section .head {
		padding-bottom: 30px;
		margin: 40px 0 0 0;
	}
	.section .head:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.section .head { display: inline-block; }
	.section .head { display: block; }
		.section .head h2 {
			clear: both;
			float: left;
			margin: 0;
		}
		.section .head .about {
			float: left;
			display: inline;
			padding: 6px 10px;
			color: #999;
		}
		.section .head.expanded .about {
			margin-left: 10px;
			padding-bottom: 10px;
			background: #535252;
			-moz-border-radius-topleft: 10px;
			-moz-border-radius-topright: 10px;
			-webkit-border-top-left-radius: 10px;
			-webkit-border-top-right-radius: 10px;
			color: #fff;
		}
		.section .head .description {
			clear: left;
			background-color: #535252;
			padding: 10px 10px;
			color: #fff;
			line-height: 20px;
			-moz-border-radius-bottomleft: 10px;
			-moz-border-radius-bottomright: 10px;
			-webkit-border-bottom-left-radius: 10px;
			-webkit-border-bottom-right-radius: 10px;
		}
		.section .head.expanded .description:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
		.section .head.expanded .description { display: inline-block; }
		.section .head.expanded .description { display: block; }
			.section .head .description img {
				float: left;
				margin: 0 10px 5px 0;
			}


.content {
	padding-bottom: 30px;
}
.annothumbs li {
	height: 203px;
}