span.scrollWrapper {
	display: block;
	padding: 0px;
	width: 670px;
	height: 89px;
	overflow: hidden;
	position: relative;
}

div.specOfferItem {
	display: block;
	float: left;
	width: 133px;
	height: 89px;
	background: url('../Images/bck.gif') left top no-repeat;
	border-right: 1px solid #bfc2d7;
	margin: 0px;
	padding: 0px;
	color: #07185d;
}

div.specOfferItem div.airports {
	height: 32px;
	*height: 41px;
	padding-top: 9px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #081a5a;
}
div.specOfferItem div.priceEtc {
	height: 38px;
	padding-top: 10px;
	text-align: center;
	color: #081a5a;
}
div.specOfferItem div.wrapper {
	display: inline-block;
	*padding-left: 15px;
}
div.specOfferItem div.fromWrapper,
div.specOfferItem div.priceWrapper,
div.specOfferItem div.currencyWrapper {
	display: block;
	float: left;
	height: 33px;
	position: relative;
}

div.specOfferItem div.fromWrapper span.from {
	display: block;
	padding-top: 20px;
	padding-right: 5px;
	font-weight: bold;
	color: #081a5a;
}

div.specOfferItem span.specOfferPrice {
	display: inline-block;
	color: transparent;
	font-size: 0px;
	height: 33px;
	margin-right: 2px;
}

div.specOfferItem span.specOfferCurrency {
	display: inline-block;
	color: transparent;
	font-size: 0px;
	*color: #ffffff;
	height: 28px;
	margin-left: 5px;
}
div.specOfferItem span.specOfferCurrencyEUR {
	width: 20px;
	background: url('../Images/euro_sign.gif') left bottom no-repeat;
}


/** digits **/
div.specOfferItem span.specOfferDigit0 {
	width: 19px;
	background: url('../Images/numbers_all.gif') 0px 0px no-repeat;
}
div.specOfferItem span.specOfferDigit1 {
	width: 14px;
	background: url('../Images/numbers_all.gif') -19px 0px no-repeat;
}
div.specOfferItem span.specOfferDigit2 {
	width: 18px;
	background: url('../Images/numbers_all.gif') -33px 0px no-repeat;
}
div.specOfferItem span.specOfferDigit3 {
	width: 18px;
	background: url('../Images/numbers_all.gif') -51px 0px no-repeat;
}
div.specOfferItem span.specOfferDigit4 {
	width: 21px;
	background: url('../Images/numbers_all.gif') -69px 0px no-repeat;
}
div.specOfferItem span.specOfferDigit5 {
	width: 18px;
	background: url('../Images/numbers_all.gif') -90px 0px no-repeat;
}
div.specOfferItem span.specOfferDigit6 {
	width: 19px;
	background: url('../Images/numbers_all.gif') -108px 0px no-repeat;
}
div.specOfferItem span.specOfferDigit7 {
	width: 18px;
	background: url('../Images/numbers_all.gif') -127px 0px no-repeat;
}
div.specOfferItem span.specOfferDigit8 {
	width: 19px;
	background: url('../Images/numbers_all.gif') -145px 0px no-repeat;
}
div.specOfferItem span.specOfferDigit9 {
	width: 19px;
	background: url('../Images/numbers_all.gif') -164px 0px no-repeat;
}

