.twitter-cont {
	display: flex;
	width: 100%;
	background: #fff;
	align-items: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4E4E;
    margin-top: 10px;
    margin-bottom: 30px	
}

.twitter-cont div.logo-cont, .twitter-cont .carousel_container {
	display: inline-flex;
	border: 1px solid #4E4E4E;
	height: 25px	
}

.twitter-cont .carousel_container{
	border-left: 0
} 

.twitter-cont .carousel_container:hover {
	cursor: -webkit-grab; 
	cursor: grab;
}

.twitter-cont div.logo {
	background: url('../images/twitter.png') center center no-repeat #ffffff;
	width: 27px;
	height: 21px;
	margin: 2px
}

.carousel_container {
	width: 100%
}

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	max-width: 100%;	
}

.bxslider .image {
	padding: 5px;
	max-height: 11px;
    overflow: hidden
}

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	-webkit-transform: translateZ(0);
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../images/l.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

@media only screen and (max-width: 961px) {
	.twitter-cont {
		display: none;
	}
}