﻿.lbk {
	width: 780px;
	height: 400px;
	padding: 10px;
	display:inline-block;
	background: #cbcbcb;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 0 34px #bbb;
	-moz-box-shadow: 0 0 34px #bbb;
	box-shadow: 0 0 34px #bbb;
}
.slidorion 
{
	
}

.slider {
	width: 488px;
	height: 400px;
	position: relative;
	float: left;
	overflow: hidden;
}
.slider-image
{
	position: relative;
	background-position: center center;
	height: 100%;
	background-repeat: no-repeat;
}
.accordion {
	width: 280px;
	background: #eee;
	-webkit-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	-moz-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	position: relative;
	z-index:999;
	float: left;
}
.accordion .header {
	height: 36px;
	color: #333;
	background: #ededed;
	border: none;
	border-top: 1px solid #ccc;
}

.accordion .header a {
	background: none;
	padding: 8px 14px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.accordion .header a:hover {
	background: #ededed;
	cursor: pointer;
}

.accordion .header a.active {
	border-bottom: none;
	background-color: #676767;
	color: #fff;
}

.accordion .content {
	height: 257px;
	margin: 0;
	padding: 16px;
	overflow:auto;
}
@media screen and (max-width: 767px)
{
	.lbk
	{
		width: 100%;
		height: auto;
		padding : 0 ;
		margin: 0 ;
	}
	.slider {
		width: 100%;
		height: auto;
	}
	.accordion {
		width: 100%;
	}
	.content {
	}
}