
#newsticker {
	position: relative;
	height:38px;
	overflow:hidden;

}
#newsticker ul {
	height:24px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px 0 0px;
overflow:hidden;
padding:0px 30px 10px 20px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker li {
	list-style:none;
	font-size:24px;
	color:red;
	font-weight:100;
	font-family:century gothic;arial;
	}


#newsticker #togglenewsticker {
	background: transparent none  no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}

#special_offer {
	padding:15px;
	color:red;
	font-size:24px;
	background-color:#f4f2ed;
	border:1px solid #cab78f ;
}
