/* Slidorion Stylesheet */
#slidorion {
	width: 942px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 560px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	position: relative;
	left: 50%;
	margin-left: -471px;
	padding:0px;
	/*padding: 10px;*/
	background: transparent;
}

#slider {
	width: 620px;			/* Set to slider width */
	height: 560px;			/* Set to slider height */
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

#slider > div {
	position:absolute;
	width:100%;
	height:100%;
}

#accordion {
	width: 300px;			/* Set to accordion width */
	height: 560px;			/* Set to image height */
	font-family: "Lucida Sans", Arial;
	background: #030303;
	/*-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;
	overflow: hidden;
	float: right;
	padding-top:50px;
}

#accordion > .link-header {
	padding: 8px 14px 8px 34px;
	line-height:1.2em;
	font-size: 15px;
	text-transform:uppercase;
	font-weight: bold;
	color: #fff;
	background: #030303;
	border-top: 1px solid #222;
	
}

#accordion > .link-header:first-child {
	border-top:none;
}
#accordion > .link-header:hover {
	background:;
	cursor: pointer;
}

#accordion > .link-header.active {
	border-bottom: none;
	background:url(../images/Motorradumbauten_button_01_00_DC.jpg) no-repeat left top;
	color: #000 !important;
}

#accordion > .link-content {
	height: 180px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 13px;
	line-height:20px;
	margin: 0;
	padding: 16px 16px 16px 36px;
	border: none;
	background:url(http://xxfighters.de/css/images/box-bg_black.png) no-repeat left top #030303;
	overflow:auto;
}
