.sprite{
	background-image:url(../images/telethon-common-spritesheet.png);
    display: inline-block;
    vertical-align: middle;
	margin:9px;
}
.sprite:first-child{
	margin:0;
}

/*
header.full_dd .navbar-nav .dropdown>.dropdown-menu .full_dd-content .full_dd_megamenu_col._landing_col:first-child{
	background-image: url(../images/telethon-common-spritesheet.png);
	background-position: 0px -420px;
}
*/

.sprite.visa{
	height:14px;
	width:42px;
	background-position:-858px -369px;
}

.sprite.mastercard{
	height:21px;
	width:35px;
	background-position:-821px -369px;
}

.sprite.maestro{
	height:20px;
	width:33px;
	background-position:-967px -289px;
}

.sprite.paypal{
	height:18px;
	width:61px;
	background-position:-928px -269px;
}

.timeline .visualshift{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	z-index: 9;
	background-image: url(../images/svg/right_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}