#slidorion {
	width:1300px;			
	height:370px;			
    background: #f5f7f8;

}

#slider {
	width:537px;			
	height:370px;			
	float:right;
	overflow: hidden;		
}

.slider-image {
	
}

#accordion {
	width:723px;			
	height:370px;			
	font-family: Verdana;

	float: left;
}

#accordion .header {
	height:48px;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #d8d8d8;
	margin: 6px auto;
}

#accordion .header a {
   
	line-height: 48px;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	display: block;
	padding-left: 70px;
	background:url(../images/icon2.png) 30px center no-repeat; 
}

#accordion .header a:hover {
	background:url(../images/icon2.png) 30px center no-repeat; 
	color: #084f95;
}

#accordion .header a.active {
	background:url(../images/icon2.png) 30px center no-repeat; 
	color: #084f95;
}

#accordion .content {
	height:84px;
	line-height:28px;			
	font-weight: bold;
	font-size:14px;
	margin: 0;
	padding: 16px;
	border: 1px solid #d8d8d8;
	background: #ffffff;
	overflow:auto;
}
