/* Slidorion Stylesheet */
#slidorion {
	width: 768px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 600px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	position: relative;
	left: 50%;
	margin-left: -384px;
	padding: 10px;
	background: #A52A2A; /* #cbcbcb; */
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 0 34px #bbb;
	-moz-box-shadow: 0 0 34px #bbb;
	box-shadow: 0 0 34px #bbb;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;	
}



#slider {
	width: 488px;			/* Set to slider width */
	height: 600px;			/* Set to slider height */
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:1px 1px 3px #888;
	-moz-box-shadow:1px 1px 3px #888;
}


#slider > div {
	position:absolute;
	width:100%;
	height:100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


#accordion {
	width: 280px;			/* Set to accordion width */
	height: 400px;			/* Set to image height */
	/* font-family: Verdana; */
	background: #A52A2A;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-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: left;
	color: #A52A2A; /* #444; */
	text-decoration: none;
	text-shadow: 1px 3px #FFF;

}

#accordion > .link-header {
	padding: 3px 14px;
	font-size: 12px;
	font-weight: bold;
	color: #A52A2A; /* #444; */
	text-decoration: none;
	text-shadow: 1px 3px #FFF;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */	
	border-top: 1px solid #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:1px 1px 3px #888;
	-moz-box-shadow:1px 1px 3px #888;
}


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

#accordion > .link-header:hover {
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	border-color: #262626 !important;
	background: #A52A2A; /* Old browsers */
	background: -moz-linear-gradient(top, #A52A2A 0%, #F7F7F7 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A52A2A), color-stop(90%,#F7F7F7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #A52A2A 0%, #F7F7F7 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #A52A2A 0%, #F7F7F7 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #A52A2A 0%, #F7F7F7 90%); /* IE10+ */
	background: linear-gradient(top, #A52A2A 0%, #F7F7F7 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A52A2A', endColorstr='#F7F7F7',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	color: #FFF;
	text-shadow: 1px 3px #000;

}

#accordion > .link-header.active {
	border-bottom: none;
	background: #676767 !important;
	filter: none;
	color: #FFF;
	text-shadow: 1px 3px #000;
}

#accordion > .link-content {
	height: 157px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 11px;
	color: #A52A2A; 
	line-height:15px;
	margin: 0 0 0;
	padding: 0px 12px;
	border: none;
	background: #d6d6d6;
	background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 10%);
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 );
	overflow:auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:1px 1px 3px #888;
	-moz-box-shadow:1px 1px 3px #888;
}

