/* NewsTicker (WizBizz Adapted) */

      #NewsHorizontal {
				width: 773px;
				height: 305px;
				display: block;
				overflow: hidden;
				position: relative;

			}
			#TickerHorizontal {
				width: 773px;
				height: 305px;
				display: block;
				list-style: none;
				margin: 0;
				padding: 0;

			}
			#TickerHorizontal li {
				display: block;
				width: 195px;
				height: 100px;
				/*line-height: 100px;*/
				color: #000;
				text-align: center;
				font-size: 10px;
				margin: 0;
				padding: 0;
				float: left;
			}


			#NewsVertical {
				width: 176px;
				height: 500px;
				display: block;
				overflow: hidden;
				position: relative;

			}
			#TickerVertical {
				width: 300px;
				height: 200px;
				display: block;
				list-style: none;
				margin: 0;
				padding: 0;

			}
			#TickerVertical li {
				display: block;
				width: 176px;
				height: 100px;
				/*line-height: 100px;*/
				color: #000;
				text-align: center;
				font-size: 10px;
				margin: 0;
				padding: 0;
				float: left;
			}
