@CHARSET "ISO-8859-1";

#ticker-container {
        position:relative;
        overflow:hidden;
        width: 240px;
        height: 130px;
        background-color: #000000;
        background-repeat: repeat;
        padding: 2px;
        border: Defaultpx dotted #a78358;
}
	
#ticker {
	position:relative;
	width:230px;
}
	
#ticker ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#ticker ul li {
        display:list-item;
        margin-top: 1px;
        margin-bottom: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
        font-family: arial;
        font-size: small;
        font-weight: normal;
        color: #c6b998;
        padding-left: 2px;
}
	
#ticker ul li a {
        font-family: arial;
        font-size: small;
        font-weight: normal;
        color: #a78358;
        text-decoration: none;
        padding-left: 2px;
}
        
#ticker ul li a:hover {
        font-family: arial;
        font-size: small;
        color: #c6b998;
        text-decoration: none;
        padding-left: 2px;
}
