/* Slidorion Stylesheet */
#slidorion {
	width: 248px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 470px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	padding: 0;
}

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

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

#accordion {
	width: 248px;			/* Set to accordion width */
	height: 500px;			/* Set to image height */
	position: relative;
	z-index:999;
}

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

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

#accordion > .link-content {
	/*height: 300px;*/			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	padding: 8px;
	border: none;
		text-align:center;
}
#accordion > .link-content p{
	text-align:left;
}
#accordion .link-header a:link, #accordion .link-header a:visited{
	font-size: 17px; 
	color: #b4b5ba; 
	display:block;
	padding:5px;
	}
	
	#accordion > .link-header.active a:link, #accordion > .link-header.active a:visited{
	color:#FFFFFF;
	font-weight:bold;
}
