﻿@charset "utf-8";
.cc_menu{
	width:905px; /*140px * 5 625*/
	height:550px;
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:auto;
	padding-top:auto;
}
.cc_item{
	text-align:center;
	width:150px;
	height:540px;
	margin-top:30px;
	float:left;
	border-bottom:1px solid #000;
	
	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:14px;
	top:223px;
	left:5px;
	position:absolute;
	padding:3px 0px;
	background:#111;
	width:115px;
	display:block;
	z-index:6;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
	height: 28px;
}
.cc_submenu ul{
	list-style: none;
	width: 150px;
	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: 0;
}
.cc_submenu ul li{
	color:#ddd;
	cursor:pointer;
	padding:10px;
}
.cc_item img{
	position:absolute;
	width:150px;
	height:540px;
	top:-800px;
	left:0px;
}
.cc_content{
	width:800px;
	height:550px;
	margin-top:30px;
	border-bottom:1px solid #000;
	position:absolute;
	left:-1500px;
	background:#444 url(../images/bg.png) repeat top left;
	overflow:hidden;
	-moz-box-shadow:4px 0 7px #000;
	-webkit-box-shadow:4px 0 7px #000;
	box-shadow:4px 0 7px #000;
	z-index: 5;
}
.cc_content div{
	display:none;
	margin:20px;
}
.cc_content p{
	background:#000;
	padding:20px;
	opacity:0.7;
}
span.cc_back{
	position:absolute;
	bottom:6px;
	right:25px;
	cursor:pointer;
	color:#ddd;
	font-size:12px;
}
