/* * {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #000;
	font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding: 20px;
} */


#newsticker {
	/*background: #ffffaf; */
	background-image:url(../images/testimonialbg.png);
	position: relative;	
	width:150px;
	height:151px;
	background-repeat:no-repeat;
	background-position:left;
}
#newsticker ul {
	/*border: 1px solid #fcf498; */
	list-style: none;
	min-height: 1.2em;
	padding: 10px 15px;
	padding-right: 10px;
	padding-left:15px;
	padding-top:38px;
	color:#aaa9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
}

#newsticker ul a, #newsticker ul a:visited{
	color:#aaa9a9;
	text-decoration:none;
}

#newsticker ul a:hover, #newsticker ul a:visited:hover{
	text-decoration:underline;
}

* html #newsticker ul {
	height: 1.2em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") 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;
}