@charset "utf-8";
/* CSS Document */


    #ticker-container {
        position:relative;
        overflow:hidden;
        width: 281px;
        height: 117px;
		background-image:url(images/ticker-background-small.gif);
        border: Defaultpx dotted ;
        }
		
    #ticker-container-plain {
        position:relative;
        overflow:hidden;
        width: 200px;
        height: 100px;
/*		background-image:url(images/ticker-background-small.gif);*/
        border: Defaultpx dotted ;
        }
	
	#ticker {
		position:relative;
		width:200px;
	}
	
	#ticker ul {
		color:#FFF;
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	
	#ticker ul li {
		color:#FFF;
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: verdana;
            font-size: x-small;
            font-weight: normal;
            color: ;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: verdana;
            font-size: x-small;
            font-weight: normal;
            color: #FFF;
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: verdana;
            font-size: x-small;
            color: #FFF;
            text-decoration: none;
            padding-left: 2px;
    }
