.slidorion{
	position: relative;
	width: 870px;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 200px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
    max-width: 100%;
}


.slidorion .slider {

	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}
#relate .slidorion .slider {
    width: 68%;
}
.slidorion .slider .slidorion-slide {
	position: absolute;
    background: #f5f7fb;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}


.slidorion .accordion {

	height: 100%;
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
}
#relate .slidorion .accordion {
    width: 32%;
}
.slidorion .accordion .header {
	padding: 11px 8px;
	font-weight: bold;
	color: #4E4E4E;
    background: #d5e1f3; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f5fb 0%, #d5e1f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f5fb), color-stop(100%,#d5e1f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f5fb 0%,#d5e1f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f5fb 0%,#d5e1f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f5fb 0%,#d5e1f3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f5fb 0%,#d5e1f3 100%); /* W3C */
	border-top: 1px solid #AAA;
}

.slidorion .accordion .header:first-child {
	border-top: none;
}

.slidorion .accordion .header:hover {
	background: #4c78b3;
    color: #FFF;
	cursor: pointer;
}

.slidorion .accordion .header.active {
	border-bottom: none;
	background: #3564A7 !important;
	color: #FFF;
}

.slidorion .accordion .content {
	height: 258px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 16px;
	border: none;
	overflow:auto;
}

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

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

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

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