@charset "UTF-8";
/* CSS Document */

.ticker {
			position: relative; /* So we can absolute the .items */
			width: 518px;
			_width:514px;
			height: 20px;
			overflow: hidden;
			
	
		}
		.items {
			padding-left:10px;
			padding-top:4px;
			position: absolute;
			top: 50px;
			width:100%;
			text-align:center;
			text-decoration:underline;
			
		}