* {
			margin: 0;
			padding: 0;
			
		}
		#newsticker {
			position:relative;
			width: 830px;
			height: 160px;
			margin: 0 0 0 20px;
			overflow: hidden;
			font-size:13px;
			background-color: #F2EACE;
		}
		
		#slidepanel {
			position: relative;
			top: 0;
			left: 830px;
			width: 933px;
			height: 160px;
		}
		
		.news {
			width: 250px;
			height: 150px;
			float: left;
			padding:5px;
		}
		
		.news img {
			width: 100px;
			height: 150px;
			margin: 0 5px 0 0;
			float: left;
		}
		
		.news p {
			height: 100px;
		}
		
		.news h2 {
			height: 30px;
			font-size: 13px;
		}
		
		#newsStart {
			width: 100px;
		}
		
		#newsStart p {
			width: 90px;
			margin: 130px 5px 5px 5px;
			font-weight: bold;
			font-size:14px;
			
		}