#ticker-container {
        position:relative;
        overflow:hidden;
        width: 190px;
        height: 300px;
        background-color: #dddddd;
        background-repeat: repeat;
        padding: 5px;
        /*border: Defaultpx dotted #ffcc33;*/
        border: 2px solid #ffcc33;
        }
	
	#ticker {
		position:relative;
		width:180px;
	}

  #ticker p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: arial;
    font-size: medium;
  }
	
	#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: xx-small;
            font-weight: normal;
            color: ;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: xx-small;
            color: ;
            text-decoration: none;
            padding-left: 2px;
        }

