/* Slidorion Stylesheet */
.slidorion {
clear:both;
	position: relative;
	width: 1000px;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 300px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	left: 0px;
	padding: 0px;
	box-shadow: 0 0 34px #bbb;
	overflow:hidden;
}

.slider {
	width: 1000px;
	height: 300px;
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

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

.accordion {
	width: 250px;
	height: 300px;
	font-family: Verdana;
    background-color:#000000;
	background: rgba(0,0,0, .58);
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	z-index:998;
	overflow: hidden;
	left:750px;
    position: absolute;
}

.accordion .header {
	padding: 3px 5px;
	font-size: 0.80em;
	font-weight: bold;
	color: #300300;
	height:20px;
    background-color:#ffffff;
	background: rgba(255,255,255, .38);
	border-top: 1px solid #ccc;
}

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

.accordion .header:hover {

	cursor: pointer;
}

.accordion .header.active {
	border-bottom: none;

	color: #ffffff;
}

.accordion .content {
	height: 117px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 0.80em;
	line-height: 15px;
	margin: auto;
	padding: 0px;
	border: none;
	color: #ffffff;
	overflow:auto;
}

.accordion .content p {
	font-family: Verdana;
	font-size:0.90em;
	margin-bottom: 10px;
		text-align:left;
}

.slidorion a {
	    color: #ffffff;
		text-decoration:none;
}
