
    #ticker-container {
		float: right;
        position:relative;
        overflow:hidden;
        width: 150px;
        height: 175px;
        padding: 2px;
		background: url(../images/testinomialtickerbg-lg.gif) top;
       }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0;
		margin:0 0 30px 0;
		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-weight: normal;
           
            padding: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;           
            font-weight: normal;
        
            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;
        }
		
		.author { 
			font-weight: bold; 
			color:#003300;
		}

