/* Slidorion Stylesheet */
.slidorion {
	position: relative;
	width: 1000px;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 269px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	left: 50%;
	background: #CBCBCB;
	padding: 2px;
	border: 1px solid #BBB;
	box-shadow: 0 0 34px #bbb;
	margin-left: -501px;
	margin-top: 10px;
}

.slider {
	width: 63%;
	height: 100%;
	position: relative;
	float: right;
	overflow: hidden;		/* Hides the animations */
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion {
	width: 37%;
	height: 100%;
	font-family:  Calibri;
	background: url(/images/fon.jpg) no-repeat;
	background-size:cover;
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
}

.accordion .header {
	padding-left: 30px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
	line-height:130px;
	height:50%;
}

.accordion .header:first-child {
	border-top: none;
	border-bottom: 1px solid #ccc;
}

.accordion .header:hover {
	cursor: pointer;
}

.active {
	background: url(/images/top-slider-selector.png) 100% 50% no-repeat;
}

.accordion .content {
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: none;
	overflow:auto;
	display: none;
}

.accordion .content p {
	margin-bottom: 10px;
}

.slidorion .slidorion-nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('../img/arrows.png') 0 0 no-repeat;
    cursor: pointer;
}

.slidorion .slidorion-nav-left {
	left: 30px;
}

.slidorion .slidorion-nav-right {
	right: 310px;
	background-position: -16px 0;
}