/* Slidorion Stylesheet */
#slidorion {
	width: 880px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 250px;			/* Set to slidorion height. Is equal to #slider and #accordion height */

	left: 50%;
	margin-left:px;
	padding: 10px;
	

}

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

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

#accordion {
	width: 380px;			/* Set to accordion width */
	height: 250px;			/* Set to image height */
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background:  transparan;
	text-align:justify;
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
	border: 1px solid #FFF;
}

#accordion > .link-header {
	padding: 8px 14px;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;

	border-bottom: 1px solid #FFF;
}

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

#accordion > .link-header:hover {
	background: #FFFF99;
	cursor: pointer;
}

#accordion > .link-header.active {
	border-bottom: none;
	background: #F8F8F8 !important;
	color:  #0066FF;    
}

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