
.tales {
  width: 100%;
}
.carousel-inner{
  width:100%;
  max-height: 200px !important;
}

.carousel-inner > .item > img {
   width:640px;
   height:160px;
 }


#livesearch {
	position: relative;
	display: block;
	width: 260px;
	margin-top: 2px;
	background: #ffffff;
	border-radius: 2px;
	box-sizing: border-box;
	text-align: left;
	z-index: 9999;
}

#livesearch a {
	display: block;
	padding: 6px 8px;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	font-size: 13px;
	line-height: 1.3;
}

#livesearch a:last-child {
	border-bottom: none;
}

#livesearch a:hover,
#livesearch a.selected {
	background: #dfe8f6;
}

#livesearch br {
	display: none;
}

