.slidorion {
	position: relative;
	width: 100%;
	height: 500px;
	left: 0%;
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	margin-left: 0px;
}

.slider {
	width: 300px !important;
	padding:5px;
	/*height: 100%;
	min-height:350px !important;*/
	height:430px;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 96% ;
	height: auto;
	background:#fff;
	text-align:left;
	padding:1% 2%;
	margin-top:170px;
}
.slider .slide .forecas {
	height:170px;
	margin: 0;
}
.slider .slide img {
	width:130px;
	/*height:auto;*/
	height:100px;
	float:left;
	margin:5px 8px 10px 0;
-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.slider .slide img:hover {
-moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.slider .slide a i {
	font-size:13px;
}
.accordion {
	width: 800px !important;
	height: 440px;
	font-family: Verdana;
	background: #fcfcfc;
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	position: relative;
	z-index:99;
	overflow: hidden;
	float: left;
}

.accordion .header {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

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

.accordion .header:hover {
	background: url("../images/map-pin-hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	cursor: pointer;
}

.accordion .header.active {
	border-bottom: none;
	background: url("../images/map-pin-hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	color: #FFF;
}
