#slidorion {
	width: 900px;
	height: 400px;
	position: relative;
	margin:0 auto;
	padding: 10px;
}

#slider {
	width: 450px;
	height: 400px;
	position: relative;
	float: left;
	overflow: hidden;
}

.slider-image {
	position: relative;
	margin:0;
	padding:0;
}

.slider-image img {
	width:449px;
	height:398px;
	border-bottom:1px solid #fbb040;
	border-left:1px solid #fbb040;
	border-top:1px solid #fbb040;
}

#accordion {
	width: 450px;
	height: 400px;
	font-family: Verdana;
	background:#fff;
	position: relative;
	z-index:999;
	float: left;
}

#accordion .header {
	height: auto;
	color: #666;
	background:#fff;
	border: none;
	height:30px;
	border-bottom:1px solid #fbb040;
	border-right:1px solid #fbb040;
}

#accordion .first { border-top:1px solid #fbb040;}

#accordion .header a {
	background: none;
	padding:2px 10px 0 10px;
	text-decoration: none;
	font-size: 25px;
	font-weight:bold;
	display: block;
	font-family: 'Tangerine', cursive;
}

#accordion .header a:hover {
	background-color: #BE1E2D;
	color: #fff;
	cursor: pointer;
}

#accordion .header a.active {
	background-color: #BE1E2D !important;
	color: #fbb040;
}

#accordion .content {
	height:171px;
	font-family: "Philosopher", sans-serif;
	font-size: 13px;
	margin: 0;
	padding:5px 10px;
	border: none;
	background: #fef6eb;
	overflow:auto;
	font-weight:bold;
	border-right:1px solid #fbb040;
	border-bottom:1px solid #fbb040;
}
#accordion .content p { margin:0; padding:5px 0; }
#accordion .content ul { margin-left:10px; padding:10px 0; }
