/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Collapsing Slider
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.cc_menu{
	position:relative;
	overflow:hidden;
	width:960px; /*245px * 4*/
	height:400px;240
	margin:0 auto;
	font-size:14px;
	color:#fff;
	}

.cc_item{
	float:left;
	position:relative;
	width:240px;
	height:400px;
	-webkit-box-shadow:1px -1px 1px #aaa;
	   -moz-box-shadow:1px -1px 1px #aaa;
	        box-shadow:1px -1px 1px #aaa;
	}

span.cc_title{
	display:block;
	position:absolute;
	top:35px;
	left:50px;
	width:130px;
	padding:3px 0px;
	background:#fff;
	font-size:16px;
	color:#000;
	-webkit-box-shadow:1px 1px 4px #000;
	   -moz-box-shadow:1px 1px 4px #000;
	        box-shadow:1px 1px 4px #000;
	z-index:11;
	}

.cc_submenu ul{
	position:absolute;
	overflow:hidden;
	bottom:0px;
	width:240px;
	height:0px; /*increase to 200px to slide up*/
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	z-index:13;
	}

.cc_submenu ul li{
	cursor:pointer;
	padding:20px;
	color:#fff;
	text-align:center;
	}

.cc_item img{
	position:absolute;
	top:-600px;
	left:0px;
	width:240px;
	height:400px;
	}

.cc_content{
	position:absolute;
	overflow:hidden;
	left:0px;
	width:720px;
	height:400px;
	background:#fff;
	}

.cc_content div.ccbox{
	display:none;
	margin:20px;
	}

.cc_content .content{
	padding:20px;
	}

.cc_content ul li { color:#000;}

.cc_content, .cc_content p {
	color:#000;
	font-size:12px;
	}

.cc_menu span.cc_back{
	position:absolute;
	right:0;
	padding:5px 10px;
	background:#000;
	font-size:10px;
	color:#fff;
	cursor:pointer;
	}

.cc_menu .caption { 
	width:150px; 
	margin:20px 0 0 0; 
	padding:8px; 
	background:#fff; 
	font-size:11px; 
	color:#000; 
	text-transform:uppercase;
	-webkit-border-top-right-radius: 4px;
	    -moz-border-radius-topright: 4px;
	        border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	    -moz-border-radius-bottomright: 4px;
	        border-bottom-right-radius: 4px;
	}

.cc_menu .price {
	display:block; 
	padding-top:10px; 
	font-size:11px; 
	color:#000;
	}

.cc_menu .price span { 
	display:block; 
	padding-top:5px; 
	font-size:10px; 
	color:#fff;
	}

.cc_menu .view { 
	padding:5px 10px;
	background:#000; 
	font-size:11px; 
	text-transform:capitalize; 
	display: none;
	}