  /* Slidorion Stylesheet */
.slidorion {
	position: relative;
	width: 998;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 330px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	/*left: 50%;*/
	background: #CBCBCB;
	/*padding: 10px;
	border: 1px solid #BBB;*/
	box-shadow: 2px 3px 10px #e9e9e9;
	/*margin-left: -436px;
	overflow:hidden;*/
}

.newsslider {
	width: 620px;
	height: 360px;
	position: absolute;
	/*float: left;*/
	overflow: hidden;		/* Hides the animations */
}

.newsslider .newsslide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion {
	width: 380px;
	height: 360px;
	/*font-family: Verdana;*/
	background: #eee;
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.2);
	position: absolute;
	z-index:99;
	overflow: hidden;
	/*float: left;*/
	left:620px;
}

.accordion .header {
	padding: 10px 0 9px 10px;
	font-size:16px;
	line-height:16px;
	/*font-weight: bold;*/
	color: #000;
	background: #ededed;
	/*background: -moz-linear-gradient(top, #ededed 59%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: -o-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: -ms-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: linear-gradient(top, #ededed 59%,#dcdcdc 100%);*/
	border-bottom: 1px solid #d9d9d9;
}

.accordion .header:first-child {
	/*border-top:  1px solid #d9d9d9;*/
}

.accordion .header:hover {
	background: #EDEDED;
	cursor: pointer;
}

.accordion .header.active {
	border-bottom: none;
	background: #676767 !important;
	color: #FFF;
}

.accordion .content {
	height: 150px;			/* 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;
	background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #ffffff 30%);
	background: -webkit-linear-gradient(top, #eee 0%,#ffffff 30%);
	background: -o-linear-gradient(top, #eee 0%,#ffffff 30%);
	background: -ms-linear-gradient(top, #eee 0%,#ffffff 30%);
	background: linear-gradient(top, #eee 0%,#ffffff 30%);
	overflow: hidden;
}

.accordion .content p {
	margin-bottom: 10px;
}

.slidorion .slidorion-nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('/js/Slidorion-master/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;
}