.th_magazine{float: left; height: 180px; width: 300px; padding:20px; background-color: white; margin: 5px; border-style: solid;}
.th_magazine img {padding: 5px; border-style: solid; border-width: 1px;}
.tickercontainer { 
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
}
.tickercontainer .mask { 
	position: relative;
	top: 2px;
	height: 18px;
	overflow: hidden;
}
ul.cancellationTicker { 
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	position: relative;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.cancellationTicker li {
	float: left;
	margin: 0;
	padding: 0 5px;
	box-sizing:border-box;
}

.tickercontainer a:link {
    color: red;
}
.tickercontainer a:visited {
    color: red;
}
.tickercontainer a:hover {
    color: red;
}
.tickercontainer a:active {
    color: red;
}