
#homeImgs img{
    padding: 0;
    display: none;
}

div#scrollWrapper {
	height: auto;
}
div#scrollingText{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 16px;
	padding: 5px 0;
}

div#scrollingText div.scrollableArea *{	
	display: block;
	float: left;
	margin: 0;
	padding: 5px 70px 5px 0;
	font-weight: bold; 
	background-color: #970301; 
	color: #fff; 
	white-space: nowrap;
}
.translated-ltr #scrollingText{
	display: none;
}


