#ticker{
    width:950px; 
    height:60px;
    margin:0 auto;
    }
ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 934px;
	height: 44px; /* height should be included to reserve visual space for the marquee */
	background-color: #000;
	border:8px solid #999;
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	vertical-align:middle;
	text-align:center;

	/* optional styles for appearance */
	font: 17px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 3px 20px 5px;
	color:#99cccc;
}

/*#ticker
{
    background-image:url("../images/ticker_bk.gif");
    background-repeat:no-repeat; 
    width:950px; 
    height:60px;
    margin:0 auto;
}
.ticker-text
{
    width:920px;
    height:30px;
    padding-top:15px;
    margin:0 auto;
    color:Red;
    font-size:1.2em;
    font-family:Verdana, Geneva, sans-serif; 
}*/
