
#newsticker {
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	height: 150px;
	width: 100%;
	padding: 10px;
	margin-left: -50px; 
	padding-left: 10px;
	padding-top: 10px;
	
}

#newsticker h1{
	font-size: 12pt;
	font-weight: bold;
	color: #FF0033;
	
}
#newsticker ul {
	list-style:none;
	min-height: 1.6em;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 1px;
}



#bookticker {
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	height: 100px;
	width: 140px;
	padding: 10px;
	padding-top: 0px;
	margin-right: 30px;
}

#bookticker h1{
	font-size: 12pt;
	font-weight: bold;
	color: #FF0033;
	
}
#bookticker ul {
	list-style:none;
	min-height: 1.6em;
}
* html #bookticker ul {
	height: 1.6em;
	overflow: visible;
}
#bookticker li.error {
	color: #f00;
}
#bookticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	outline: none;
}
* html #bookticker #togglenewsticker {
	right: 1px;
}
