body {
	margin: 0 0 30px;
	font: normal normal 14px/20px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
	color: #fff;
	background: black url(../webimages/body_background_navigator.png) repeat scroll top left;
}

h1, h2, h3 {
	font-family: 'Cantarell', sans-serif;
}
h1 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 30px;
	line-height: 30px;
}

.bg {
	background: url(../webimages/body_overlay_navigator.png) no-repeat center top;
}

.banner {
	position: relative;
	height: 140px;
	background: rgba(255,255,255,.3);
}
	.banner h1 {
		margin: 0 auto;
		width: 960px;
		height: 150px;
		background: url(../webimages/banner.jpg) no-repeat left top;
		box-shadow: 0 -10px 15px rgba(0,0,0,.5);
	}
		.banner h1 span {
			display: none;
		}
		.banner h2 {
			display: none;
		}

nav {
	padding: 10px 0 0;
	height: 30px;
	background: rgba(0,0,0,.6);
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
}
	nav ul {
		margin: 0 auto;
		padding: 0;
		list-style: none;
		width: 960px;
	}
	nav li {
		display: inline-block;
		margin: 0 5px;
	}
	nav a {
		display: block;
		padding: 5px 25px;
		color: #fff;
		text-decoration: none;
		color: #ccc;
	}
		nav a:hover {
			background: #222;
		}

.body {
	margin: 0 auto;
	width: 800px;
	padding: 0 50px 50px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	color: #333;
}

.slideshow {
	position: relative;
	height: 400px;
}
	.slideshow ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.slideshow li {
		position: absolute;
		-webkit-transition: all 2s ease-in-out;
		z-index: 5;
	}
		.slideshow ul li.active {
			position: absolute;
			left: 0;
			top: 40px;
			-webkit-transform: rotate(0);
			z-index: 50;
		}
		.slideshow img {
			width: 120px;
			height: 80px;
			box-shadow: 6px 6px 3px -3px rgba(0,0,0,.5);
			-webkit-transition: all 2s ease;
		}
			.slideshow .active img {
				width: 480px;
				height: 320px;
			}
		.slideshow li:nth-child(1) {
			left: 512px;
			top: 37px;
			-webkit-transform: rotate(-4deg);
		}
		.slideshow li:nth-child(2) {
			left: 598px;
			top: 49px;
			-webkit-transform: rotate(-2deg);
		}
		.slideshow li:nth-child(3) {
			left: 686px;
			top: 30px;
			-webkit-transform: rotate(3deg);
		}
		.slideshow li:nth-child(4) {
			left: 498px;
			top: 137px;
			-webkit-transform: rotate(5deg);
		}
		.slideshow li:nth-child(5) {
			left: 590px;
			top: 148px;
			-webkit-transform: rotate(-1deg);
		}
		.slideshow li:nth-child(6) {
			left: 680px;
			top: 123px;
			-webkit-transform: rotate(5deg);
		}
		.slideshow li:nth-child(7) {
			left: 502px;
			top: 249px;
			-webkit-transform: rotate(4deg);
		}
		.slideshow li:nth-child(8) {
			left: 581px;
			top: 232px;
			-webkit-transform: rotate(5deg);
		}
		.slideshow li:nth-child(9) {
			left: 691px;
			top: 243px;
			-webkit-transform: rotate(-3deg);
		}
		.slideshow li:nth-child(10) {
			left: 512px;
			top: 345px;
			-webkit-transform: rotate(-4deg);
		}
		.slideshow li:nth-child(11) {
			left: 609px;
			top: 319px;
			-webkit-transform: rotate(6deg);
		}
		.slideshow li:nth-child(12) {
			left: 680px;
			top: 336px;
			-webkit-transform: rotate(1deg);
		}