
#slidorion {
	width: 950px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 205px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	 float:left;
	 margin-left:10px;
	padding: 10px;
	background: #f2f2f2;
	
	
}

#slider {
	width: 250px;			/* Set to slider width */
	height: 205px;			/* Set to slider height */
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

.slider-image 
{
	float:left; 
	position: relative;
}

#accordion {
	width: 700px;			/* Set to accordion width */
	height: 205px;			/* Set to image height */
	font-family: arial;
	background: #eee;
	position: relative;
	z-index:999;
	float: left;
}

#accordion .header {
	height: 36px;
	color: #004fa0;
	background: #e5e5e5;
	/*background: -moz-linear-gradient(top, #ECAD9A 59%, #fff 100%);
	background: -webkit-linear-gradient(top, #ECAD9A 59%,#fff 100%);
	background: -o-linear-gradient(top, #ECAD9A 59%,#fff 100%);
	background: -ms-linear-gradient(top, #ECAD9A 59%,#fff 100%);
	background: linear-gradient(top, #ECAD9A 59%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dcdcdc',GradientType=0 );*/
	border: none;
	
}

#accordion .header a 
{
	
	background: none;
	padding: 8px 14px;
	text-decoration: none;
	font-size: 13px; font-weight:bold;
	display: block;
	font-family:arial;
}

#accordion .header a:hover {
	
	color:#004fa0;
	text-decoration:underline;
	cursor: pointer;
}

#accordion .header a.active {
	border-bottom: none;
	background-color: #004fa0 !important;
	color: #fff;
}

#accordion .content {
	height: 75px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
 text-align:justify;
	font-size: 13px;
	margin: 0;
	padding: 10px;
	border: none;
	background: #fff;
	overflow:auto;
	
}
