body {
	background:#000 url(../images/bg_main.jpg) no-repeat;
	background-size:100% 114%;
	min-height:575px;
	margin:0;
	padding:0;
}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:840px;
	margin-top:10px;
	background:#000 url(../images/bg.jpg) no-repeat -40px -30px;
	background-size:920px 638px;
	height:575px;
}
.codrops-top {
	margin-left:auto;
	margin-right:auto;
	line-height: 24px;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	top: 0px;
	width: 100%;
	height: 100px;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
	-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-moz-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-o-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-ms-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	animation: slideOut 0.5s ease-in-out 0.3s backwards;
}
.cc_menu {
	width:840px; /*140px * 5*/
	height:575px;
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
.cc_item {
	text-align:center;
	width:140px;
	height:575px;
	float:left;
	border-bottom:1px solid #000;
	background-color:rgba(0, 0, 0, .5);
	position:relative;
	-moz-box-shadow:3px -3px 10px #000;
	-webkit-box-shadow:3px -3px 10px #000;
	box-shadow:3px -3px 10px #000;
}
span.cc_title {
	color:#fff;
	font-size:16px;
	top:295px;
	left:5px;
	position:absolute;
	padding:3px 0px;
	background:#111;
	width:130px;
	display:block;
	z-index:11;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.cc_submenu ul {
	list-style:none;
	width:140px;
	margin:0;
	padding:0;
	height:0px; /*increase to 200px to slide up*/
	overflow:hidden;
	text-align:left;
	background:#000;
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0.7;
	z-index:13;
}
.cc_submenu ul li {
	color:#ddd;
	cursor:pointer;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.cc_item img {
	position:absolute;
	width:140px;
	height:575px;
	top:-750px;
	left:0px;
	-moz-box-shadow:0px 0 5px #fff;
	-webkit-box-shadow:0px 0 5px #fff;
	box-shadow:0px 0 5px #fff;
}
.cc_content {
	width:700px;
	height:574px;
	background:url(../images/bg_content.jpg) repeat-x;
	/*background-color:rgba(0,0,0,.8);*/
	border-bottom:1px solid #000;
	position:absolute;
	left:-1100px;

	-moz-box-shadow:0px 0 5px #fff;
	-webkit-box-shadow:0px 0 5px #fff;
	box-shadow:0px 0 5px #fff;
}
.cc_content div {
	display:none;
	margin:20px;
}
span.cc_back {
	position:absolute;
	top:30px;
	right:20px;
	cursor:pointer;
	color:#ddd;
}
.coming_soon {
	color:#ddd;
	padding:10px;
	text-align:center;
}
