/* Slidorion Stylesheet */
body
{
	background-color:#002b2f;}

#slidorion {
	width: 969px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 395px;			/* Set to slidorion height. Is equal to #slider and #accordion height */

	left: 50%;
	margin:0;
	padding:0;
	background: #cbcbcb;
	
	
	background-color:#000000;
}

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

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

#accordion {
	width: 278px;			/* Set to accordion width */
	height: 394px;			/* Set to image height */
	font-family: Verdana;
	background: #203139;
	-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;
	border:1px solid #172027;
}

#accordion > .link-header {
	padding:0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background: #b28834;
	background: -moz-linear-gradient(top, #E6BC6D 59%, #c19a4b 100%);
	background: -webkit-linear-gradient(top, #E6BC6D 59%,#c19a4b 100%);
	background: -o-linear-gradient(top, #E6BC6D 59%,#c19a4b 100%);
	background: -ms-linear-gradient(top, #E6BC6D 59%,#c19a4b 100%);
	background: linear-gradient(top, #E6BC6D 59%,#c19a4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6BC6D', endColorstr='#c19a4b',GradientType=0 );
	border-top: 1px solid #203139;
}

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

#accordion > .link-header:hover {
/*	background: #e0a82e; */
	cursor: pointer;

}

#accordion > .link-header.active {
	border-bottom: none;
	background: #111B1D !important;
	filter: none;
	color: #fff;
}

#accordion > .link-content {
			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 11.3px;
	line-height:20px;
	margin: 0;
	padding: 7px 8px 0;
	border: none;
	background: #d6d6d6;
	background: -moz-linear-gradient(top, #203139 0%, #203139 10%);
	background: -webkit-linear-gradient(top, #203139 0%,#203139 10%);
	background: -o-linear-gradient(top, #203139 0%,#203139 10%);
	background: -ms-linear-gradient(top, #203139 0%,#203139 10%);
	background: linear-gradient(top, #203139 0%,#203139 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203139', endColorstr='#203139',GradientType=0 );
	overflow:auto;
	color:#CCCCCC;
}

#slidorion .nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('../img/arrows.png') 0 0 no-repeat;
    cursor: pointer;
}

#slidorion .nav-left {
	left: 30px;
}

#slidorion .nav-right {
	right: 310px;
	background-position: -16px 0;
}